Changeset 5310:248df630188f for doc

Show
Ignore:
Timestamp:
2007-11-20 06:03:22 (12 months ago)
Author:
Rocco Rutte <pdmef@…>
Branch:
HEAD
Message:

Simple search: Allow [~+%] to be \-escaped. Closes #2426.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/manual.xml.head

    r5302 r5310  
    39443944<para> 
    39453945Mutt supports two versions of so called ``simple searches'' which are 
    3946 issued if the pattern entered for searching, limiting and similar 
    3947 operations does not actually contain a pattern modifier. 
     3946issued if the query entered for searching, limiting and similar 
     3947operations does not seem to be a valid pattern (i.e. it does not contain 
     3948one of these characters: ``~'', ``='' or ``&percnt;''). If the query is 
     3949supposed to contain one of these special characters, they must be escaped 
     3950by prepending a backslash (``\''). 
    39483951</para> 
    39493952