Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
01d06b1f
Commit
01d06b1f
authored
Nov 23, 2011
by
Glenn Morris
Browse files
* rmail.texi (Rmail Output): Mention rmail-automatic-folder-directives.
parent
7262a87c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+5
-0
doc/emacs/rmail.texi
doc/emacs/rmail.texi
+16
-0
No files found.
doc/emacs/ChangeLog
View file @
01d06b1f
2011-11-24 Glenn Morris <rgm@gnu.org>
* rmail.texi (Rmail Output):
Mention rmail-automatic-folder-directives. (Bug#9657)
2011-11-21 Chong Yidong <cyd@gnu.org>
* mark.texi (Global Mark Ring): Fix description of global mark
...
...
doc/emacs/rmail.texi
View file @
01d06b1f
...
...
@@ -571,6 +571,22 @@ the file name to use, or more generally it may be any Lisp expression
that returns a file name as a string. @code{rmail-output-file-alist}
applies to both @kbd{o} and @kbd{C-o}.
@vindex rmail-automatic-folder-directives
Rmail can automatically save messages from your primary Rmail file
(the one that @code{rmail-file-name} specifies) to other files, based
on the value of the variable @code{rmail-automatic-folder-directives}.
This variable is a list of elements (@samp{directives}) that say which
messages to save where. Each directive is a list consisting of an
output file, followed by one or more pairs of a header name and a regular
expression. If a message has a header matching the specified regular
expression, that message is saved to the given file. If the directive
has more than one header entry, all must match. Rmail checks directives
when it shows a message from the file @code{rmail-file-name}, and
applies the first that matches (if any). If the output file is
@code{nil}, the message is deleted, not saved. For example, you can use
this feature to save messages from a particular address, or with a
particular subject, to a dedicated file.
@node Rmail Labels
@section Labels
@cindex label (Rmail)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment