summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-10-05 06:50:34 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-10-05 06:50:34 +0000
commit36e5542d348582f86d5ceb01f0dae762b08532c6 (patch)
tree802a9b3c64c59793a438d42728db67f254e52632 /mutt.h
parent14f423b46f8ed5165bb57315c396ee7612b6e149 (diff)
small fixes 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 39f39c5d..87f0403f 100644
--- a/mutt.h
+++ b/mutt.h
@@ -646,7 +646,6 @@ typedef struct
unsigned int readonly : 1; /* don't allow changes to the mailbox */
unsigned int dontwrite : 1; /* dont write the mailbox on close */
unsigned int append : 1; /* mailbox is opened in append mode */
- unsigned int setgid : 1;
unsigned int quiet : 1; /* inhibit status messages? */
unsigned int revsort : 1; /* mailbox sorted in reverse? */
unsigned int collapsed : 1; /* are all threads collapsed? */