|
|
|
@ -646,7 +646,6 @@ |
|
|
|
:enter-func (lambda () (mu4e-message "Switch to the Work context")) |
|
|
|
:enter-func (lambda () (mu4e-message "Switch to the Work context")) |
|
|
|
;; no leave-func |
|
|
|
;; no leave-func |
|
|
|
;; we match based on the maildir of the message |
|
|
|
;; we match based on the maildir of the message |
|
|
|
;; this matches maildir /Arkham and its sub-directories |
|
|
|
|
|
|
|
:match-func (lambda (msg) |
|
|
|
:match-func (lambda (msg) |
|
|
|
(when msg |
|
|
|
(when msg |
|
|
|
(string-match-p "^/math" (mu4e-message-field |
|
|
|
(string-match-p "^/math" (mu4e-message-field |
|
|
|
|