Changeset 5484:4139ac196ca8

Show
Ignore:
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:
1 modified

Legend:

Unmodified
Added
Removed
  • init.h

    r5481 r5484  
    29092909  ** .pp 
    29102910  ** 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, 
    29132913  ** 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. 
    29142920  */ 
    29152921  { "tilde",            DT_BOOL, R_PAGER, OPTTILDE, 0 },