From 94fbe062408e1ae5df2f3ae0a169f8310376a94e Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Wed, 22 Mar 2000 08:24:44 +0000 Subject: Sorting fix from Gero Treuner. --- mutt.h | 1 - 1 file changed, 1 deletion(-) (limited to 'mutt.h') 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; -- cgit v1.2.3