X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-message.el;fp=emacs%2Fnotmuch-message.el;h=0164472f7b48e90d7a4ad74c27c390bccb270dc4;hp=0d4a8eeef72f429550dc20e73cdfffc6fe1150de;hb=606f2a66157cf5d58a6d187e0163249a4e61ecc8;hpb=d9800c893289b56dcc966241528643ae83f2ff9a diff --git a/emacs/notmuch-message.el b/emacs/notmuch-message.el index 0d4a8eee..0164472f 100644 --- a/emacs/notmuch-message.el +++ b/emacs/notmuch-message.el @@ -37,6 +37,19 @@ the \"inbox\" and \"todo\" tags, you would set: :type '(repeat string) :group 'notmuch-send) +(defcustom notmuch-message-forwarded-tags '("+forwarded") + "List of tag changes to apply to a message when it has been forwarded. + +Tags starting with \"+\" (or not starting with either \"+\" or +\"-\") in the list will be added, and tags starting with \"-\" +will be removed from the message being forwarded. + +For example, if you wanted to add a \"forwarded\" tag and remove +the \"inbox\" tag, you would set: + (\"+forwarded\" \"-inbox\")" + :type '(repeat string) + :group 'notmuch-send) + (defconst notmuch-message-queued-tag-changes nil "List of messages and corresponding tag-changes to be applied when sending a message.