+2008-08-19 09:39 +0200 Rocco Rutte <pdmef@gmx.net> (3e850c6e43fd)
+
+ * handler.c, mutt.h: Make text/enriched handler multibyte aware.
+ Closes #3033.
+
+2008-08-18 13:08 -0700 Vincent Lefevre <vincent@vinc17.org> (95a11c7f677d)
+
+ * po/fr.po: Updated French translation.
+
2008-08-18 10:24 +0200 Rocco Rutte <pdmef@gmx.net> (51bd7a47d552)
* pager.c: Ignore zero width characters U+200B/U+FEFF which may garble
{ "quote_regexp", DT_RX, R_PAGER, UL &QuoteRegexp, UL "^([ \t]*[|>:}#])+" },
/*
** .pp
- ** A regular expression used in the internal-pager to determine quoted
- ** sections of text in the body of a message.
+ ** A regular expression used in the internal pager to determine quoted
+ ** sections of text in the body of a message. Quoted text may be filtered
+ ** out using the ``toggle-quoted'' command, or colored according to the
+ ** ``color quoted'' family of directives.
** .pp
- ** \fBNote:\fP In order to use the \fIquoted\fP\fBx\fP patterns in the
- ** internal pager, you need to set this to a regular expression that
- ** matches \fIexactly\fP the quote characters at the beginning of quoted
- ** lines.
+ ** Higher levels of quoting may be colored differently (``color quoted1'',
+ ** ``color quoted2'', etc.). The quoting level is determined by removing
+ ** the last character from the matched text and recursively reapplying
+ ** the regular expression until it fails to produce a match.
+ ** .pp
+ ** Match detection may be overridden by the ``$smileys'' regular expression.
*/
{ "read_inc", DT_NUM, R_NONE, UL &ReadInc, 10 },
/*