diff options
author | jao <jao@gnu.org> | 2022-11-24 03:05:56 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-11-24 03:05:56 +0000 |
commit | 34d634207f962ce7e1f78f521047ef8c502ace62 (patch) | |
tree | 6f8dd5fb1fea6f8c9418d6b681cbd99028444b51 /custom | |
parent | ea385175fc5a5ea27499a81fe832a3a3fc6c01a3 (diff) | |
download | elibs-34d634207f962ce7e1f78f521047ef8c502ace62.tar.gz elibs-34d634207f962ce7e1f78f521047ef8c502ace62.tar.bz2 |
little clean-ups
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 |