Skip to content

Commit

Permalink
* cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Feb 27, 2012
1 parent 3086b87 commit 574b0d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions emacs/mu4e-main.el
Expand Up @@ -26,7 +26,6 @@

;;; Code:


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; mm main view mode + keybindings
(defconst mu4e-main-buffer-name "*mu4e-main*"
Expand Down Expand Up @@ -96,7 +95,6 @@ clicked."
(- (length newstr) 1) 'mouse-face 'highlight newstr)
newstr))


(defun mu4e-main-view()
"Show the mm main view."
(let ((buf (get-buffer-create mu4e-main-buffer-name))
Expand Down
1 change: 0 additions & 1 deletion emacs/mu4e.el
Expand Up @@ -169,7 +169,6 @@ designated shortcut character for the maildir.")
:type 'string
:group 'mu4e-headers)


(defcustom mu4e-headers-leave-behavior 'ask
"What do to when user leaves the headers view (e.g. quit or doing
a new search). Value is one of the following symbols:
Expand Down

0 comments on commit 574b0d7

Please sign in to comment.