app/email: mark trashed emails as seen
This commit is contained in:
parent
4eeb562bc1
commit
3f6de74ebb
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
|||
(lambda (target msg) (mu4e-get-trash-folder msg))
|
||||
:action
|
||||
(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)
|
||||
|
||||
;; mark-as-read doesn't seem to work by default, and seems absent from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue