diff --git a/emacs/mu4e-hdrs.el b/emacs/mu4e-hdrs.el index cdfc5a74..725f19f9 100644 --- a/emacs/mu4e-hdrs.el +++ b/emacs/mu4e-hdrs.el @@ -580,7 +580,6 @@ region is active, mark all headers in the region. Als see (mu4e-hdrs-mark-message mark target)))) - (defun mu4e-hdrs-marks-execute () "Execute the actions for all marked messages in this buffer. After the actions have been executed succesfully, the diff --git a/emacs/mu4e.el b/emacs/mu4e.el index 18ce29dd..2ef53871 100644 --- a/emacs/mu4e.el +++ b/emacs/mu4e.el @@ -36,8 +36,7 @@ (require 'mu4e-proc) ;; communication with backend (require 'mu4e-utils) ;; utility functions (require 'mu4e-speedbar) ;; support for speedbar - - + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -71,6 +70,4 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (provide 'mu4e)