From ef2c989e08064bcb03701fe396c5f01a0633ee20 Mon Sep 17 00:00:00 2001 From: Mickey Petersen Date: Tue, 29 Nov 2022 11:50:59 +0000 Subject: [PATCH] Clean up --- mu4e/mu4e-compose.el | 1 - mu4e/mu4e-helpers.el | 1 - mu4e/mu4e-window.el | 6 ------ 3 files changed, 8 deletions(-) diff --git a/mu4e/mu4e-compose.el b/mu4e/mu4e-compose.el index a4b73edb..617eab80 100644 --- a/mu4e/mu4e-compose.el +++ b/mu4e/mu4e-compose.el @@ -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; diff --git a/mu4e/mu4e-helpers.el b/mu4e/mu4e-helpers.el index ef41b209..fe199158 100644 --- a/mu4e/mu4e-helpers.el +++ b/mu4e/mu4e-helpers.el @@ -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) diff --git a/mu4e/mu4e-window.el b/mu4e/mu4e-window.el index fd7a2d63..e17580dc 100644 --- a/mu4e/mu4e-window.el +++ b/mu4e/mu4e-window.el @@ -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