summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
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;