diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-notmuch.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index ad1bcf9..59da6dc 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -563,7 +563,7 @@ (setq jao-org-notmuch-last-subject subj) (when (y-or-n-p "Archive message? ") (jao-notmuch--add-tags '("+trove"))) - (when (y-or-n-p "Flag message as todo? ") + (when (y-or-n-p "Flag message? ") (jao-notmuch--add-tags '("+flagged"))) (org-link-store-props :type "notmuch" :link link |