summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-12-01 09:28:59 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-12-01 09:28:59 +0000
commit2fdb0604cf34d35a98e609b039ec11556ec1fb71 (patch)
treed85ac3c3466d1fd0df53380e4a85a13b4dd3f476 /mutt.h
parentbe18f8604edd1ab26bf41d4e08de4b60b30e2173 (diff)
A modified version of Tommi Kommulainen's imap keepalive patch.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mutt.h b/mutt.h
index b72a7cb1..5d9d1a0a 100644
--- a/mutt.h
+++ b/mutt.h
@@ -380,6 +380,10 @@ enum
OPTSORTSUBTHREADS, /* (pseudo) used when $sort_aux changes */
OPTNEEDRESCORE, /* (pseudo) set when the `score' command is used */
OPTATTACHMSG, /* (pseudo) used by attach-message */
+ OPTKEEPQUIET, /* (pseudo) shut up the message and refresh
+ * functions while we are executing an
+ * external program.
+ */
#ifdef _PGPPATH
OPTPGPCHECKTRUST, /* (pseudo) used by pgp_select_key () */