aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2015-05-26 21:04:19 -0400
committerGlenn Morris2015-05-26 21:04:19 -0400
commitd3155315c85212f224fc5df0239182dafdfd6284 (patch)
tree1e576b7f9b3d6cf7c44ca621f57398701051ff15 /doc
parent5e9756e4c68a199f051c2b9998c07a683ff479ff (diff)
downloademacs-d3155315c85212f224fc5df0239182dafdfd6284.tar.gz
emacs-d3155315c85212f224fc5df0239182dafdfd6284.zip
* lisp/mail/rmailsum.el: Commas no longer separate regexps. (Bug#19026)
(rmail-summary-by-recipients, rmail-summary-by-topic) (rmail-summary-by-senders): No longer use mail-comma-list-regexp. * doc/emacs/rmail.texi (Rmail Make Summary): Update for this change. ; * etc/NEWS: Mention this.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/rmail.texi11
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi
index 82ac99f4776..6cad28099a6 100644
--- a/doc/emacs/rmail.texi
+++ b/doc/emacs/rmail.texi
@@ -926,8 +926,7 @@ commas.
926@findex rmail-summary-by-recipients 926@findex rmail-summary-by-recipients
927 @kbd{C-M-r @var{rcpts} @key{RET}} (@code{rmail-summary-by-recipients}) 927 @kbd{C-M-r @var{rcpts} @key{RET}} (@code{rmail-summary-by-recipients})
928makes a partial summary mentioning only the messages that have one or 928makes a partial summary mentioning only the messages that have one or
929more recipients matching the regular expression @var{rcpts}. You can 929more recipients matching the regular expression @var{rcpts}. This is matched
930use commas to separate multiple regular expressions. These are matched
931against the @samp{To}, @samp{From}, and @samp{CC} headers (supply a prefix 930against the @samp{To}, @samp{From}, and @samp{CC} headers (supply a prefix
932argument to exclude this header). 931argument to exclude this header).
933 932
@@ -935,9 +934,8 @@ argument to exclude this header).
935@findex rmail-summary-by-topic 934@findex rmail-summary-by-topic
936 @kbd{C-M-t @var{topic} @key{RET}} (@code{rmail-summary-by-topic}) 935 @kbd{C-M-t @var{topic} @key{RET}} (@code{rmail-summary-by-topic})
937makes a partial summary mentioning only the messages whose subjects have 936makes a partial summary mentioning only the messages whose subjects have
938a match for the regular expression @var{topic}. You can use commas to 937a match for the regular expression @var{topic}. With a prefix argument,
939separate multiple regular expressions. With a prefix argument, the 938the match is against the whole message, not just the subject.
940match is against the whole message, not just the subject.
941 939
942@kindex C-M-s @r{(Rmail)} 940@kindex C-M-s @r{(Rmail)}
943@findex rmail-summary-by-regexp 941@findex rmail-summary-by-regexp
@@ -950,8 +948,7 @@ expression @var{regexp}.
950@findex rmail-summary-by-senders 948@findex rmail-summary-by-senders
951 @kbd{C-M-f @var{senders} @key{RET}} (@code{rmail-summary-by-senders}) 949 @kbd{C-M-f @var{senders} @key{RET}} (@code{rmail-summary-by-senders})
952makes a partial summary that mentions only the messages whose @samp{From} 950makes a partial summary that mentions only the messages whose @samp{From}
953fields match the regular expression @var{senders}. You can use commas to 951fields match the regular expression @var{senders}.
954separate multiple regular expressions.
955 952
956 Note that there is only one summary buffer for any Rmail buffer; 953 Note that there is only one summary buffer for any Rmail buffer;
957making any kind of summary discards any previous summary. 954making any kind of summary discards any previous summary.