summaryrefslogtreecommitdiffstats
path: root/emacsconf-mail.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-11-14 20:42:57 -0500
committerSacha Chua <sacha@sachachua.com>2022-11-14 20:42:57 -0500
commit0765008e7471fb2a561674aee62481ba80e1a01c (patch)
tree78242d7cebd6e6bd7356a556832293ee7d1e834c /emacsconf-mail.el
parent0608ece50bc7b01f2118cca903a78db6f2ac026e (diff)
downloademacsconf-el-0765008e7471fb2a561674aee62481ba80e1a01c.tar.xz
emacsconf-el-0765008e7471fb2a561674aee62481ba80e1a01c.zip
mail merge improvements
Diffstat (limited to 'emacsconf-mail.el')
-rw-r--r--emacsconf-mail.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacsconf-mail.el b/emacsconf-mail.el
index 21e22e9..c31e049 100644
--- a/emacsconf-mail.el
+++ b/emacsconf-mail.el
@@ -230,7 +230,8 @@ Include some other things, too, such as emacsconf-year, title, name, email, url,
(interactive)
(mapc (lambda (buffer)
(when (string-match "unsent" (buffer-name buffer))
- (let ((kill-buffer-query-functions nil))
+ (let ((kill-buffer-query-functions nil)
+ (buffer-modified-p nil))
(set-buffer-modified-p nil)
(kill-buffer buffer))))
(buffer-list)))