* cosmetics
This commit is contained in:
@ -1136,7 +1136,8 @@ the search."
|
|||||||
|
|
||||||
(defun mu4e-headers-search-narrow (filter )
|
(defun mu4e-headers-search-narrow (filter )
|
||||||
"Narrow the last search by appending search expression FILTER to
|
"Narrow the last search by appending search expression FILTER to
|
||||||
the last search expression."
|
the last search expression. Note that you can go back to previous
|
||||||
|
query (effectively, 'widen' it), with `mu4e-headers-query-prev'."
|
||||||
(interactive
|
(interactive
|
||||||
(let ((filter
|
(let ((filter
|
||||||
(read-string (mu4e-format "Narrow down to: ")
|
(read-string (mu4e-format "Narrow down to: ")
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
;;; mu4e-mark.el -- part of mu4e, the mu mail user agent
|
;; mu4e-mark.el -- part of mu4e, the mu mail user agent
|
||||||
;;
|
;;
|
||||||
;; Copyright (C) 2011-2012 Dirk-Jan C. Binnema
|
;; Copyright (C) 2011-2012 Dirk-Jan C. Binnema
|
||||||
|
|
||||||
|
|||||||
@ -161,7 +161,7 @@ an absolute path."
|
|||||||
|
|
||||||
(defun mu4e-message (frm &rest args)
|
(defun mu4e-message (frm &rest args)
|
||||||
"Like `message', but prefixed with mu4e.
|
"Like `message', but prefixed with mu4e.
|
||||||
If we're waiting for user-input, don't show anyhting."
|
If we're waiting for user-input, don't show anything."
|
||||||
(unless (active-minibuffer-window)
|
(unless (active-minibuffer-window)
|
||||||
(message "%s" (apply 'mu4e-format frm args))
|
(message "%s" (apply 'mu4e-format frm args))
|
||||||
nil))
|
nil))
|
||||||
|
|||||||
Reference in New Issue
Block a user