This commit is contained in:
Mickey Petersen 2022-11-29 11:50:59 +00:00
parent 9ec925728f
commit ef2c989e08
3 changed files with 0 additions and 8 deletions

View File

@ -596,7 +596,6 @@ are optional."
;; don't allow undoing anything before this.
(setq buffer-undo-list nil)
;; TODO: replace this
(when mu4e-compose-in-new-frame
;; make sure to close the frame when we're done with the message these are
;; all buffer-local;

View File

@ -106,7 +106,6 @@ and `mu4e-headers-visible-columns'."
:group 'mu4e-headers)
;;; TODO: rewrite select other window
(defun mu4e-select-other-view ()
"Switch between headers view and message view."
(interactive)

View File

@ -22,12 +22,6 @@
;;; 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
(defvar mu4e~headers-loading-buf nil