/[mailutils]/mailutils/doc/texinfo/programs.texi
ViewVC logotype

Diff of /mailutils/doc/texinfo/programs.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.34 by gray, Wed Sep 10 21:51:22 2003 UTC revision 1.35 by gray, Sat Sep 20 15:38:08 2003 UTC
# Line 1913  configuration file upon startup. See @re Line 1913  configuration file upon startup. See @re
1913    
1914  When set, any outgoing message will be saved to the named file.  When set, any outgoing message will be saved to the named file.
1915    
1916    @item replyprefix
1917    @*Type: String
1918    @*Default: @samp{Re: }
1919    
1920    Sets the prefix that will be used when constructing the subject line
1921    of a reply message.
1922    
1923    @item replyregex
1924    @*Type: String
1925    @*Default: @samp{^re: *}
1926    
1927    Sets the regular expression used to recognize subjects of reply
1928    messages. If the @code{Subject} header of the message matches this
1929    expression, the value of @code{replyprefix} will not be prepended to
1930    it before replying. The expression should be a POSIX extended regular
1931    expression. The comparison is case-insensitive.
1932    
1933    For example, to recognize usual English, Polish, Norwegian and German
1934    reply subject styles, use:
1935    
1936    @example
1937    set replyregex="^(re|odp|aw|ang)(\\[[0-9]+\\])?:[[:blank:]]"
1938    @end example
1939    
1940    @noindent
1941    (Notice the quoting of backslash characters).
1942    
1943  @item save  @item save
1944  @*Type: Boolean.  @*Type: Boolean.
1945  @*Default: True.  @*Default: True.

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26