summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-05-10 08:02:18 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-05-10 08:02:18 +0000
commit91409e034831b8132183dce5ab80233b821da23a (patch)
tree5a3ea0285fa59abe39a100e492be0b50f20c3cec /init.h
parentab8397b2b8ebf470fb90e08521274677091efefc (diff)
A slightly extended version of Dave Ewart's sleeptime patch.
Diffstat (limited to 'init.h')
-rw-r--r--init.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/init.h b/init.h
index 87298215..0e44e176 100644
--- a/init.h
+++ b/init.h
@@ -1880,6 +1880,14 @@ struct option_t MuttVars[] = {
** positives of ``$$quote_regexp'', most notably smileys in the beginning
** of a line
*/
+ { "sleep_time", DT_NUM, R_NONE, UL &SleepTime, 1 },
+ /*
+ ** .pp
+ ** Specifies time, in seconds, to pause while displaying certain informational
+ ** messages, while moving from folder to folder and after expunging
+ ** messages from the current folder. The default is to pause one second, so
+ ** a value of zero for this option suppresses the pause.
+ */
{ "sort", DT_SORT, R_INDEX|R_RESORT, UL &Sort, SORT_DATE },
/*
** .pp