From 68d5e9665e3279a65a51e8bc678b9a7a8e77df2b Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 16 Apr 2017 11:55:30 -0400 Subject: [PATCH] app/email: add seen flag on trash/refile --- modules/app/email/config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/app/email/config.el b/modules/app/email/config.el index 422931b35..99410ccbc 100644 --- a/modules/app/email/config.el +++ b/modules/app/email/config.el @@ -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