Clean up
This commit is contained in:
@ -596,7 +596,6 @@ are optional."
|
|||||||
;; don't allow undoing anything before this.
|
;; don't allow undoing anything before this.
|
||||||
(setq buffer-undo-list nil)
|
(setq buffer-undo-list nil)
|
||||||
|
|
||||||
;; TODO: replace this
|
|
||||||
(when mu4e-compose-in-new-frame
|
(when mu4e-compose-in-new-frame
|
||||||
;; make sure to close the frame when we're done with the message these are
|
;; make sure to close the frame when we're done with the message these are
|
||||||
;; all buffer-local;
|
;; all buffer-local;
|
||||||
|
|||||||
@ -106,7 +106,6 @@ and `mu4e-headers-visible-columns'."
|
|||||||
:group 'mu4e-headers)
|
:group 'mu4e-headers)
|
||||||
|
|
||||||
|
|
||||||
;;; TODO: rewrite select other window
|
|
||||||
(defun mu4e-select-other-view ()
|
(defun mu4e-select-other-view ()
|
||||||
"Switch between headers view and message view."
|
"Switch between headers view and message view."
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|||||||
@ -22,12 +22,6 @@
|
|||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
;; TODO: write function to get headers buffer (and return an error if it is missing)
|
|
||||||
;; TODO: write a function that displays the headers/view buffer(s)
|
|
||||||
;; TODO: write a function that returns buffer livenness for headers/view
|
|
||||||
;; TODO: write a function that returns whether a buffer is visible
|
|
||||||
;; TODO: write a function that selects the headers/view buffer if it exists or is visible.
|
|
||||||
|
|
||||||
;;; Buffer names for internal use
|
;;; Buffer names for internal use
|
||||||
|
|
||||||
(defvar mu4e~headers-loading-buf nil
|
(defvar mu4e~headers-loading-buf nil
|
||||||
|
|||||||
Reference in New Issue
Block a user