Merge pull request #1686 from gspe/fix-no-trash-flag

Fix mu4e-headers-mark-or-move-to-trash()
This commit is contained in:
Dirk-Jan C. Binnema 2020-05-10 11:57:15 +03:00 committed by GitHub
commit d8e59cedd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -832,7 +832,7 @@ Also see `mu4e-view-mark-or-move-to-trash'."
(mu4e-headers-mark-for-trash)
(mu4e-mark-set 'move (if (functionp mu4e-trash-folder)
(funcall mu4e-trash-folder (mu4e-message-at-point))
mu4e-trash-folder))
(mu4e-get-trash-folder (mu4e-message-at-point))))
(mu4e-headers-next))))
;;; Headers-mode and mode-map