]> granicus.if.org Git - mutt/commitdiff
.mh_sequences fix, from lorenzo@cisco.com.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 30 Oct 2001 22:43:23 +0000 (22:43 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 30 Oct 2001 22:43:23 +0000 (22:43 +0000)
init.h

diff --git a/init.h b/init.h
index 23395e033f7420026378b6623f764f101acf9d0f..96c6f024a7ebcd4921221ca824aa30ad2dd7dc1f 100644 (file)
--- 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.