diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-03-14 15:01:47 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-03-14 15:05:15 +0100 |
commit | b5720e72cc49bf673e3531cb2c401e80cf720303 (patch) | |
tree | 064919caef3dde9d5f5083b40d9c01d2c8aa1fe4 | |
parent | 6b0473784890dd0576468229211908663563a652 (diff) |
email: Remove "emacs", add "kita".
-rw-r--r-- | init.org | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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))))) |