app/email: add seen flag on trash/refile
This commit is contained in:
parent
3e0f83261b
commit
68d5e9665e
1 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@
|
|||
:dyn-target (lambda (target msg) (mu4e-get-trash-folder msg))
|
||||
:action
|
||||
(lambda (docid msg target)
|
||||
(mu4e~proc-move docid (mu4e~mark-check-target target) "-u-N")))
|
||||
(mu4e~proc-move docid (mu4e~mark-check-target target) "+S-u-N")))
|
||||
mu4e-marks)
|
||||
|
||||
;; Refile will set mail to All Mail (basically archiving them). I want this to
|
||||
|
@ -131,7 +131,7 @@
|
|||
:dyn-target (lambda (target msg) (mu4e-get-refile-folder msg))
|
||||
:action
|
||||
(lambda (docid msg target)
|
||||
(mu4e~proc-move docid (mu4e~mark-check-target target) "-u-N")))
|
||||
(mu4e~proc-move docid (mu4e~mark-check-target target) "+S-u-N")))
|
||||
mu4e-marks)
|
||||
|
||||
;; This hook correctly modifies the \Inbox and \Starred flags on email when
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue