mutt stable branch with some hacks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Problems with muttrc.5:

Ambiguous or invalid backslash. This doesn't cause groff a problem.
but it confuses doclifter and may confuse older troff implementations.

Unknown or invalid macro. That is, one that does not fit in the
macro set that the man page seems to be using. This is a serious
error; it often means part of your text is being lost or rendered
incorrectly.

Use local definitions of .EX/.EE or .DS/.DE to avoid low-level troff
requests in the page body. There are plans to add these to groff man;
in the interim, this patch adds a compatible definition to your page.

esr c19d914a bc6a06e4

+13 -4
+2 -2
doc/makedoc.c
··· 976 976 } 977 977 case SP_START_TAB: 978 978 { 979 - fputs ("\n.IP\n.DS\n.sp\n.ft CR\n.nf\n", out); 979 + fputs ("\n.IP\n.EX\n", out); 980 980 docstat |= D_TAB | D_NL; 981 981 break; 982 982 } 983 983 case SP_END_TAB: 984 984 { 985 - fputs ("\n.fi\n.ec\n.ft P\n.sp\n", out); 985 + fputs ("\n.EE\n", out); 986 986 docstat &= ~D_TAB; 987 987 docstat |= D_NL; 988 988 break;
+11 -2
doc/muttrc.man.head
··· 18 18 .\" along with this program; if not, write to the Free Software 19 19 .\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 20 .\" 21 + .de EX 22 + .nf 23 + .ft CW 24 + .. 25 + .de EE 26 + .ft 27 + .fi 28 + .. 21 29 .TH muttrc 5 "September 2002" Unix "User Manuals" 22 30 .SH NAME 23 31 muttrc \- Configuration file for the Mutt Mail User Agent ··· 270 278 list from the lists of known and subscribed mailing lists. The 271 279 \fBsubscribe\fP command adds a mailing list to the lists of known 272 280 and subscribed mailing lists. The \fBunsubscribe\fP command removes 273 - it from the list of subscribed mailing lists. The \fb-group\fP flag 281 + it from the list of subscribed mailing lists. The \fB-group\fP flag 274 282 adds all of the subsequent regular expressions to the named group. 275 283 .TP 276 284 \fBmbox-hook\fP [\fB!\fP]\fIpattern\fP \fImailbox\fP ··· 385 393 .TP 386 394 \fBsource\fP \fIfilename\fP 387 395 The given file will be evaluated as a configuration file. 388 - .TP 396 + .PP 389 397 .nf 390 398 \fBspam\fP \fIpattern\fP \fIformat\fP 391 399 \fBnospam\fP \fIpattern\fP 392 400 .fi 401 + .IP 393 402 These commands define spam-detection patterns from external spam 394 403 filters, so that mutt can sort, limit, and search on 395 404 ``spam tags'' or ``spam attributes'', or display them