From: Thomas Roessler Date: Tue, 30 Oct 2001 22:43:23 +0000 (+0000) Subject: .mh_sequences fix, from lorenzo@cisco.com. X-Git-Tag: mutt-1-3-23-1-rel~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d7b5b69749fbdb90508676b8e06102db3376ba9;p=mutt .mh_sequences fix, from lorenzo@cisco.com. --- diff --git a/init.h b/init.h index 23395e03..96c6f024 100644 --- a/init.h +++ b/init.h @@ -977,12 +977,12 @@ struct option_t MuttVars[] = { ** them. If the variable is set, the message files will simply be ** deleted. */ - { "mh_seq_flagged", DT_STR, R_NONE, UL &MhUnseen, UL "flagged" }, + { "mh_seq_flagged", DT_STR, R_NONE, UL &MhFlagged, UL "flagged" }, /* ** .pp ** The name of the MH sequence used for flagged messages. */ - { "mh_seq_replied", DT_STR, R_NONE, UL &MhUnseen, UL "replied" }, + { "mh_seq_replied", DT_STR, R_NONE, UL &MhReplied, UL "replied" }, /* ** .pp ** The name of the MH sequence used to tag replied messages.