diff options
-rw-r--r-- | lisp/init-gnus.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 () |