summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/init.org b/init.org
index 960030f..92beecf 100644
--- a/init.org
+++ b/init.org
@@ -864,9 +864,9 @@ TODO: this is a big blob of email configuration. Document this properly!
(defun my/set-mu4e-bookmarks (maildir)
(let ((guix "(list:guix-devel.gnu.org OR list:bug-guix.gnu.org OR list:help-guix.gnu.org OR list:guix-sysadmin.gnu.org OR list:guix-security.gnu.org OR list:guix-patches.gnu.org OR list:guix-commits.gnu.org)")
(guile "(list:guile-user.gnu.org OR list:guile-devel.gnu.org OR list:bug-guile.gnu.org)")
+ (hurd "(list:bug-hurd.gnu.org)")
(kita "(from:hvd-bb.de OR tag:kita)")
(waldow "(list:waldow.googlegroups.com OR from:artvivendi-immobilien.de)")
- (fsfe "(subject:\"Willkommen in der FSFE\" list:coordinators.lists.fsfe.org OR list:berlin.lists.fsfe.org OR list:newsletter-en@fsfeurope.org OR list:newsletter-de@fsfeurope.org)")
(unread "(flag:unread AND NOT flag:trashed)")
(me "(body:rekado OR body:Ricardo)"))
(setq mu4e-bookmarks
@@ -886,8 +886,8 @@ TODO: this is a big blob of email configuration. Document this properly!
"Guix" ?1)
(list (concat guile " " unread)
"Guile" ?2)
- (list (concat fsfe " " unread)
- "FSFE" ?3)
+ (list (concat hurd " " unread)
+ "Hurd" ?3)
(list waldow
"Waldow" ?4)
(list (concat kita " " unread)
@@ -896,7 +896,7 @@ TODO: this is a big blob of email configuration. Document this properly!
" " unread
" NOT " guix
" NOT " guile
- " NOT " fsfe
+ " NOT " hurd
" NOT " waldow
" NOT " kita)
"Unread list messages" ?m)