Changeset 5484:4139ac196ca8
- Timestamp:
- 2008-08-21 00:36:56 (3 months ago)
- Author:
- Rocco Rutte <pdmef@…>
- Branch:
- HEAD
- Message:
-
Better document the effect of $thorough_search being unset.
Closes #3104.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5481
|
r5484
|
|
| 2909 | 2909 | ** .pp |
| 2910 | 2910 | ** Affects the \fI~b\fP and \fI~h\fP search operations described in |
| 2911 | | ** section ``$patterns'' above. If set, the headers and attachments of |
| 2912 | | ** messages to be searched are decoded before searching. If unset, |
| | 2911 | ** section ``$patterns''. If \fIset\fP, the headers and body/attachments of |
| | 2912 | ** messages to be searched are decoded before searching. If \fIunset\fP, |
| 2913 | 2913 | ** messages are searched as they appear in the folder. |
| | 2914 | ** .pp |
| | 2915 | ** Users searching attachments or for non-ASCII characters should \fIset\fP |
| | 2916 | ** this value because decoding also includes MIME parsing/decoding and possible |
| | 2917 | ** character set conversions. Otherwise mutt will attempt to match against the |
| | 2918 | ** raw message received (for example quoted-printable encoded or with encoded |
| | 2919 | ** headers) which may lead to incorrect search results. |
| 2914 | 2920 | */ |
| 2915 | 2921 | { "tilde", DT_BOOL, R_PAGER, OPTTILDE, 0 }, |