* Merge branch 'master' of github.com:djcb/mu
This commit is contained in:
@ -390,7 +390,8 @@ the appropriate flag at the message forwarded or replied-to."
|
|||||||
;; this seems a bit hamfisted...
|
;; this seems a bit hamfisted...
|
||||||
(dolist (buf (buffer-list))
|
(dolist (buf (buffer-list))
|
||||||
(when (and (buffer-file-name buf)
|
(when (and (buffer-file-name buf)
|
||||||
(string= (buffer-file-name buf) path))
|
(string= (buffer-file-name buf) path)
|
||||||
|
message-kill-buffer-on-exit)
|
||||||
(kill-buffer buf)))
|
(kill-buffer buf)))
|
||||||
;; now, try to go back to some previous buffer, in the order
|
;; now, try to go back to some previous buffer, in the order
|
||||||
;; view->headers->main
|
;; view->headers->main
|
||||||
|
|||||||
Reference in New Issue
Block a user