mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 21:07:36 +00:00
(rmail-summary-by-labels): Correctly handle return value of
rmail-get-labels.
This commit is contained in:
parent
1a1115b2c1
commit
bfc032477c
1 changed files with 3 additions and 1 deletions
|
|
@ -90,7 +90,9 @@ LABELS should be a string containing the desired labels, separated by commas."
|
|||
(rmail-new-summary (concat "labels " labels)
|
||||
(list 'rmail-summary-by-labels labels)
|
||||
'rmail-message-labels-p
|
||||
(concat ", \\(" (mail-comma-list-regexp labels) "\\),")))
|
||||
(concat " \\("
|
||||
(mail-comma-list-regexp labels)
|
||||
"\\)\\(,\\|\\'\\)")))
|
||||
|
||||
;;;###autoload
|
||||
(defun rmail-summary-by-recipients (recipients &optional primary-only)
|
||||
|
|
|
|||
Loading…
Reference in a new issue