mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
app/email: mark trashed emails as seen
This commit is contained in:
@ -86,7 +86,7 @@
|
|||||||
(lambda (target msg) (mu4e-get-trash-folder msg))
|
(lambda (target msg) (mu4e-get-trash-folder msg))
|
||||||
:action
|
:action
|
||||||
(lambda (docid msg target)
|
(lambda (docid msg target)
|
||||||
(mu4e~proc-move docid (mu4e~mark-check-target target) "-N")))
|
(mu4e~proc-move docid (mu4e~mark-check-target target) "+S-N")))
|
||||||
mu4e-marks)
|
mu4e-marks)
|
||||||
|
|
||||||
;; mark-as-read doesn't seem to work by default, and seems absent from
|
;; mark-as-read doesn't seem to work by default, and seems absent from
|
||||||
|
Reference in New Issue
Block a user