diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-12-02 09:33:46 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-12-02 09:33:46 +0100 |
commit | da5ab096b46b9fb42a01ed8810c5540d84345881 (patch) | |
tree | 69b08dc7c30da18f5f38f7e2c8182fcf084d8328 | |
parent | 28196707d59d7079ad9e7b5a035fe5c6deb78dd7 (diff) |
Update mu4e config.
-rw-r--r-- | init.org | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1085,6 +1085,7 @@ TODO: this is a big blob of email configuration. Document this properly! (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)") + (waldow "(list:waldow.googlegroups.com)") (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)")) @@ -1106,14 +1107,17 @@ TODO: this is a big blob of email configuration. Document this properly! (list (concat guile " " unread) "Guile" ?2) (list (concat fsfe " " unread) - "FSFE" ?4) + "FSFE" ?3) + (list waldow + "Waldow" ?4) (list (concat emacs " " unread) - "Emacs" ?7) + "Emacs" ?5) (list (concat "maildir:\"/private/mailinglists\"" " " unread " NOT " guix " NOT " guile " NOT " fsfe + " NOT " waldow " NOT " emacs) "Unread list messages" ?m) (list (concat "maildir:\"/" maildir "/INBOX\" flag:flagged") @@ -1161,6 +1165,11 @@ TODO: this is a big blob of email configuration. Document this properly! '("git am" . mu4e-action-git-apply-mbox)) (add-to-list 'mu4e-headers-actions '("git am" . mu4e-action-git-apply-mbox)) + +;; Don't ask for a 'context' upon opening mu4e +(setq mu4e-context-policy 'pick-first) +;; Don't ask to quit +(setq mu4e-confirm-quit nil) #+END_SRC I read and write email in different contexts. This is my context for private email: |