X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.h;h=d2816e43b6e41ef03c574267099a6508f1646524;hp=3f1a8c531a5d4adee0f8988018fd41f43c8a5412;hb=b85f52d2ec4d820ab5c4b577857548bec294bb27;hpb=7132fe3b1612c153f3638d1f9664ba9eab9063d6 diff --git a/init.h b/init.h index 3f1a8c5..d2816e4 100644 --- a/init.h +++ b/init.h @@ -953,7 +953,7 @@ struct option_t MuttVars[] = { ** .pp ** When \fIset\fP, Mutt-ng will not show the presence of messages that are hidden ** by limiting, at the top of threads in the thread tree. Note that when - ** $$hide_missing is set, this option will have no effect. + ** $$hide_missing is \fIset\fP, this option will have no effect. */ {"hide_top_missing", DT_BOOL, R_TREE|R_INDEX, OPTHIDETOPMISSING, "yes" }, /* @@ -1468,7 +1468,7 @@ struct option_t MuttVars[] = { /* ** .pp ** \fIThis is a read-only system property and specifies the - ** directory containing the muttng binary. + ** directory containing the muttng binary.\fP */ {"muttng_docdir", DT_SYS, R_NONE, 0, PKGDOCDIR }, /* @@ -1892,6 +1892,17 @@ struct option_t MuttVars[] = { ** was connection lost. */ #endif +#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, "builtin"}, /* ** .pp @@ -3535,7 +3546,9 @@ struct option_t MuttVars[] = { ** default, messages with the same subject are grouped together in ** ``pseudo threads.'' This may not always be desirable, such as in a ** personal mailbox where you might have several unrelated messages with - ** the subject ``hi'' which will get grouped together. + ** the subject ``hi'' which will get grouped together. See also + ** ``$$sort_re'' for a less drastic way of controlling this + ** behaviour. */ {"strip_was", DT_BOOL, R_NONE, OPTSTRIPWAS, "no" }, /** @@ -3855,9 +3868,6 @@ static const char* Features[] = { #ifdef USE_SASL "sasl", #endif -#ifdef USE_SASL2 - "sasl2", -#endif #ifdef USE_LIBESMTP "libesmtp", #endif