1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-26 07:29:17 +02:00

Remove comment and unnecessary form

This commit is contained in:
Mickey Petersen 2022-12-09 09:13:14 +00:00
parent 04903c568d
commit 792ab4cd0d

View File

@ -115,9 +115,7 @@ generated name does not already exist."
;; there is no such linked buffer -- it is ;; there is no such linked buffer -- it is
;; detached -- raise an error. ;; detached -- raise an error.
(and (mu4e-current-buffer-type-p 'view) (and (mu4e-current-buffer-type-p 'view)
(or mu4e-linked-headers-buffer mu4e-linked-headers-buffer)
;; (error "This view buffer is detached")
))
;; if we're already in a headers buffer then ;; if we're already in a headers buffer then
;; that is the one we use. ;; that is the one we use.
(and (mu4e-current-buffer-type-p 'headers) (and (mu4e-current-buffer-type-p 'headers)