Emacs mu4e: removed match lambda from default university account

This commit is contained in:
Marcel Kapfer 2018-05-23 17:57:33 +02:00
parent 5cd1ddcbdd
commit 0e65ef9faa
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 3 deletions

View File

@ -983,9 +983,7 @@ signature-file is the path to the file which contains the signature."
;; university contexts ;; university contexts
(mu4e-add-university-context (mu4e-add-university-context
"A University" "A University"
(lambda (msg) nil
(when msg
(string-prefix-p "/university" (mu4e-message-field msg :maildir))))
"marcel.kapfer@uni-ulm.de" "marcel.kapfer@uni-ulm.de"
"Marcel Kapfer" "Marcel Kapfer"
"~/dotfiles/dotdotfiles/sig/university") "~/dotfiles/dotdotfiles/sig/university")