]> granicus.if.org Git - mutt/commit
Change x-label editing flag to be in the envelope.
authorKevin McCarthy <kevin@8t8.us>
Wed, 26 Dec 2018 03:52:53 +0000 (19:52 -0800)
committerKevin McCarthy <kevin@8t8.us>
Sat, 29 Dec 2018 22:12:07 +0000 (14:12 -0800)
commit2817372ffb68c46f68d14d844b913204f9c7dccc
tree96a8ba192a51f0aae3966bc531ebdeea4e4fc506
parent7f603dd66a28d0c02c09bbd6636fc659e69b480d
Change x-label editing flag to be in the envelope.

Handle like In-Reply-To and References editing.  Change the flag
setting to be inside mutt_copy_header().

The resetting of the changed flag occurs explicitly in the imap and
maildir/mh sync_mailbox code.  It occurs for mbox in the
mx_update_tables() call in mx_sync_mailbox().
copy.c
headers.c
imap/imap.c
mh.c
mutt.h
muttlib.c