mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Mairix: use 'mairix-search-options' as documented
* lisp/net/mairix.el (mairix-call-mairix): Append 'mairix-search-options' to the arguments passed to mairix. Copyright-paperwork-exempt: yes
This commit is contained in:
parent
b1ac6797c5
commit
b00796ee36
1 changed files with 5 additions and 2 deletions
|
|
@ -531,8 +531,11 @@ The mail program is given by `mairix-mail-program'."
|
|||
If FILE is nil, use default. If THREADS is non-nil, also return
|
||||
whole threads. Function returns t if messages were found."
|
||||
(let* ((commandsplit (split-string mairix-command))
|
||||
(args (cons (car commandsplit)
|
||||
`(nil ,(get-buffer-create mairix-output-buffer) nil)))
|
||||
(args (cons
|
||||
(car commandsplit)
|
||||
(append
|
||||
`(nil ,(get-buffer-create mairix-output-buffer) nil)
|
||||
mairix-search-options)))
|
||||
rval)
|
||||
(with-current-buffer mairix-output-buffer
|
||||
(erase-buffer))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue