summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-03-22 08:24:44 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-03-22 08:24:44 +0000
commit94fbe062408e1ae5df2f3ae0a169f8310376a94e (patch)
treeb7b1c1ffc7493d8e7606703ffafef7cbee35ac56 /mutt.h
parentee5192e4fffa1418fd51c73b59eb0df158f1c86b (diff)
Sorting fix from Gero Treuner.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mutt.h b/mutt.h
index 48212dab..1edab755 100644
--- a/mutt.h
+++ b/mutt.h
@@ -665,7 +665,6 @@ typedef struct
unsigned int dontwrite : 1; /* dont write the mailbox on close */
unsigned int append : 1; /* mailbox is opened in append mode */
unsigned int quiet : 1; /* inhibit status messages? */
- unsigned int revsort : 1; /* mailbox sorted in reverse? */
unsigned int collapsed : 1; /* are all threads collapsed? */
unsigned int closing : 1; /* mailbox is being closed */
} CONTEXT;