Mercurial > emacs
changeset 95094:8b5aa7cf7c71
(mh-mairix-regexp-builder): Add additional items to search string to
support org-mode (closes SF #1965704).
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Mon, 19 May 2008 01:54:32 +0000 |
parents | e3632d427a21 |
children | bf02306ea6d7 |
files | lisp/mh-e/mh-search.el |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mh-e/mh-search.el Mon May 19 01:54:10 2008 +0000 +++ b/lisp/mh-e/mh-search.el Mon May 19 01:54:32 2008 +0000 @@ -1088,8 +1088,16 @@ (cond ((eq (car pair) 'to) "t:") ((eq (car pair) 'from) "f:") ((eq (car pair) 'cc) "c:") + ((eq (car pair) 'to-or-cc) "tc:") + ((eq (car pair) 'address) "a:") ((eq (car pair) 'subject) "s:") + ((eq (car pair) 'subject-or-body) "bs:") ((eq (car pair) 'date) "d:") + ((eq (car pair) 'message-id) "m:") + ((eq (car pair) 'message-body) "b:") + ((eq (car pair) 'message-size) "z:") + ((eq (car pair) 'message-attachment-name) "n:") + ((eq (car pair) 'message-flags) "F:") (t "")) (let ((sop (cdr (mh-mairix-convert-to-sop* (cdr pair)))) (final ""))