summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2005-09-07 07:44:05 +0000
committerBrendan Cully <brendan@kublai.com>2005-09-07 07:44:05 +0000
commitea8f141237162e655c72b484f937167fbcd937ea (patch)
treee9766b95b21c43bb5293248b71c99ec533322ba7 /init.h
parent332f6f296572191789c987a255f6d36054f97e3b (diff)
Display progress meter when uploading/fetching IMAP data. Closes: #1772.
Diffstat (limited to 'init.h')
-rw-r--r--init.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/init.h b/init.h
index 99c2a1a7..8d1176c2 100644
--- a/init.h
+++ b/init.h
@@ -1266,6 +1266,17 @@ struct option_t MuttVars[] = {
** This variable, when set, makes the thread tree narrower, allowing
** deeper threads to fit on the screen.
*/
+#ifdef USE_SOCKET
+ { "net_inc", DT_NUM, R_NONE, UL &NetInc, 10 },
+ /*
+ ** .pp
+ ** Operations that expect to transfer a large amount of data over the
+ ** network will update their progress every \fInet_inc\fP kilobytes.
+ ** If set to 0, no progress messages will be displayed.
+ ** .pp
+ ** See also ``$$read_inc'' and ``$$write_inc''.
+ */
+#endif
{ "pager", DT_PATH, R_NONE, UL &Pager, UL "builtin" },
/*
** .pp