From c913a186347dd46a7b0eac79d53a4bec9f390e85 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 5 Jan 2015 22:19:56 -0500 Subject: notmuch-goto-message-in-gnus: Fix indentation --- lisp/init-gnus.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/init-gnus.el') diff --git a/lisp/init-gnus.el b/lisp/init-gnus.el index 2eb2253..d9a39c8 100644 --- a/lisp/init-gnus.el +++ b/lisp/init-gnus.el @@ -152,8 +152,8 @@ A new buffer with the patch contents is opened in another window." (setq message-id (replace-regexp-in-string "\"" "" message-id)) (if (and group message-id) (progn - (switch-to-buffer "*Group*") - (org-gnus-follow-link group message-id)) + (switch-to-buffer "*Group*") + (org-gnus-follow-link group message-id)) (message "Couldn't get relevant infos for switching to Gnus.")))) (defun km/gnus-goto-message-in-notmuch () -- cgit v1.2.3