* mu4e/mu4e-main.el (mu4e-interrupt-update-mail): Move to mu4e-utils.el.
* mu4e/mu4e-utils.el (mu4e~interrupt-update-mail): Renamed with mu4e~ prefix and add docstring. (mu4e--update-buffer-name): same.
This commit is contained in:
@ -154,11 +154,6 @@ clicked."
|
||||
(mu4e-main-mode)
|
||||
(switch-to-buffer buf))))
|
||||
|
||||
(defun mu4e-interrupt-update-mail ()
|
||||
(interactive)
|
||||
(interrupt-process (get-buffer-process
|
||||
(get-buffer mu4e--update-buffer-name)) t))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Interactive functions
|
||||
(defun mu4e~main-toggle-mail-sending-mode ()
|
||||
|
||||
Reference in New Issue
Block a user