From a4201fe57a4b7d6c12a7620f0305b18103eca181 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Sun, 8 Jun 2014 08:24:25 +0200 Subject: [PATCH 1/2] * mu4e/mu4e-main.el (mu4e-main-mode): `revert-buffer-function' should be local. --- mu4e/mu4e-main.el | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/mu4e/mu4e-main.el b/mu4e/mu4e-main.el index 23fa4bdd..b31fad7b 100644 --- a/mu4e/mu4e-main.el +++ b/mu4e/mu4e-main.el @@ -64,11 +64,9 @@ "Major mode for the mu4e main screen. \\{mu4e-main-mode-map}." (use-local-map mu4e-main-mode-map) - (setq - truncate-lines t - overwrite-mode 'overwrite-mode-binary - revert-buffer-function 'mu4e:main-revert-buffer - )) + (setq truncate-lines t + overwrite-mode 'overwrite-mode-binary) + (set (make-local-variable 'revert-buffer-function) #'mu4e:main-revert-buffer)) (defun mu4e~main-action-str (str &optional func-or-shortcut) From 9f61a0387d64ec277b1e6be9f78c5c0e8642c398 Mon Sep 17 00:00:00 2001 From: djcb Date: Mon, 16 Jun 2014 21:47:36 +0300 Subject: [PATCH 2/2] * mu4e: add curl list to mailing lists --- mu4e/mu4e-lists.el | 1 + 1 file changed, 1 insertion(+) diff --git a/mu4e/mu4e-lists.el b/mu4e/mu4e-lists.el index 74f79947..a9676c28 100644 --- a/mu4e/mu4e-lists.el +++ b/mu4e/mu4e-lists.el @@ -31,6 +31,7 @@ ("boost-announce.lists.boost.org" . "BoostA") ("boost-interest.lists.boost.org" . "BoostI") ("conkeror.mozdev.org" . "Conkeror") + ("curl-library.cool.haxx.se" . "LibCurl") ("crypto-gram-list.schneier.com " . "CryptoGr") ("dbus.lists.freedesktop.org" . "DBus") ("desktop-devel-list.gnome.org" . "GnomeDT")