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 691b88c..6233867 100644
--- a/init.org
+++ b/init.org
@@ -986,7 +986,7 @@ 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)")
- (emacs "(list:emacs-devel.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)")
@@ -1012,15 +1012,15 @@ TODO: this is a big blob of email configuration. Document this properly!
"FSFE" ?3)
(list waldow
"Waldow" ?4)
- (list (concat emacs " " unread)
- "Emacs" ?5)
+ (list (concat kita " " unread)
+ "Kita" ?5)
(list (concat "maildir:\"/private/mailinglists\""
" " unread
" NOT " guix
" NOT " guile
" NOT " fsfe
" NOT " waldow
- " NOT " emacs)
+ " NOT " kita)
"Unread list messages" ?m)
(list (concat "maildir:\"/" maildir "/INBOX\" flag:flagged")
"Flagged" ?f)))))