mu4e: Really move trash instead of deleting

master
Pierre Neidhardt 2018-10-24 19:32:26 +02:00
parent c110d11fc9
commit 71d7903489
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ point. See `ambrevar/mu4e-headers-move-to-trash' and
(if (not (seq-filter (lambda (re)
(string-match re msg-dir))
ambrevar/mu4e-move-to-trash-patterns))
(mu4e-headers-mark-for-delete)
(mu4e-headers-mark-for-trash)
(mu4e-mark-set 'move (funcall mu4e-trash-folder (mu4e-message-at-point)))
(mu4e-headers-next))))