Repository cleanse.
[apps/madmutt.git] / legacy / doc / muttrc.man.tail
1 .\" -*-nroff-*-
2 .SH INCOMPABILITIES WITH MUTT
3 .PP
4 .nf
5 \fBsemicolons and multicommands\fP
6 .fi
7 .IP
8 Unlike mutt, madmutt does not supports multiple commands per line.  Meaning that
9 semicolons (\(lq\fB;\fP\(rq) are not special characters at all, and do not need
10 to be escaped anymore.  Though, if you have escaped semicolons in your rc file,
11 madmutt will understand them correctly. Only multiple commands must be
12 rewritten, by just splitting the commands. So it's still possible to have a
13 madmuttrc that mutt understands (and the reverse too).
14 .IP
15 The rationale is that it's quite a common character (especially in headers as
16 it's the parameter separator) and that many commands per line is not a very good
17 practice for readability either. And as it was sometimes special sometimes not,
18 it also complicated the parsing a lot, hence the feature has been removed.
19 .SH SEE ALSO
20 .PP
21 .BR iconv (1),
22 .BR iconv (3),
23 .BR mailcap (5),
24 .BR maildir (5),
25 .BR mbox (5),
26 .BR madmutt (1),
27 .BR printf (3),
28 .BR regex (7),
29 .BR strftime (3)
30 .PP
31 The Madmutt Manual
32 .PP
33 The Madmutt home page: http://www.muttng.org
34 .SH AUTHOR
35 .PP
36 Michael Elkins, and others.  Use <Madmutt-devel@lists.berlios.de> to contact
37 the developers.