Changeset 5481:6b4f25cd9dac
- Timestamp:
- 2008-08-19 13:14:51 (3 months ago)
- Author:
- Brendan Cully <brendan@…>
- Branch:
- HEAD
- Message:
-
Better documentation for how quote_regexp determines quote level.
Closes #1463.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5479
|
r5481
|
|
| | 1 | 2008-08-19 09:39 +0200 Rocco Rutte <pdmef@gmx.net> (3e850c6e43fd) |
| | 2 | |
| | 3 | * handler.c, mutt.h: Make text/enriched handler multibyte aware. |
| | 4 | Closes #3033. |
| | 5 | |
| | 6 | 2008-08-18 13:08 -0700 Vincent Lefevre <vincent@vinc17.org> (95a11c7f677d) |
| | 7 | |
| | 8 | * po/fr.po: Updated French translation. |
| | 9 | |
| 1 | 10 | 2008-08-18 10:24 +0200 Rocco Rutte <pdmef@gmx.net> (51bd7a47d552) |
| 2 | 11 | |
-
|
r5464
|
r5481
|
|
| 2316 | 2316 | /* |
| 2317 | 2317 | ** .pp |
| 2318 | | ** A regular expression used in the internal-pager to determine quoted |
| 2319 | | ** sections of text in the body of a message. |
| 2320 | | ** .pp |
| 2321 | | ** \fBNote:\fP In order to use the \fIquoted\fP\fBx\fP patterns in the |
| 2322 | | ** internal pager, you need to set this to a regular expression that |
| 2323 | | ** matches \fIexactly\fP the quote characters at the beginning of quoted |
| 2324 | | ** lines. |
| | 2318 | ** A regular expression used in the internal pager to determine quoted |
| | 2319 | ** sections of text in the body of a message. Quoted text may be filtered |
| | 2320 | ** out using the ``toggle-quoted'' command, or colored according to the |
| | 2321 | ** ``color quoted'' family of directives. |
| | 2322 | ** .pp |
| | 2323 | ** Higher levels of quoting may be colored differently (``color quoted1'', |
| | 2324 | ** ``color quoted2'', etc.). The quoting level is determined by removing |
| | 2325 | ** the last character from the matched text and recursively reapplying |
| | 2326 | ** the regular expression until it fails to produce a match. |
| | 2327 | ** .pp |
| | 2328 | ** Match detection may be overridden by the ``$smileys'' regular expression. |
| 2325 | 2329 | */ |
| 2326 | 2330 | { "read_inc", DT_NUM, R_NONE, UL &ReadInc, 10 }, |