From 584adacf20eb8c0c2a9838da64558d5012978ec2 Mon Sep 17 00:00:00 2001 From: David Maus Date: Mon, 11 Oct 2010 20:32:23 +0200 Subject: [PATCH] Query article number from file is nil by default * org-gnus.el (org-gnus-nnimap-query-article-no-from-file): Query article number from file is nil by default. The function function `nnimap-group-overview-filename' is gone in Gnus devel. Subsequently enabling this feature by default will cause org-gnus to fail on Emacs24. Thanks for Matt Lundin for pointing this out. --- lisp/org-gnus.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el index 61bc6ffd6..a4e956c99 100644 --- a/lisp/org-gnus.el +++ b/lisp/org-gnus.el @@ -55,7 +55,7 @@ negates this setting for the duration of the command." :group 'org-link-store :type 'boolean) -(defcustom org-gnus-nnimap-query-article-no-from-file t +(defcustom org-gnus-nnimap-query-article-no-from-file nil "If non-nil, `org-gnus-follow-link' will try to translate Message-Ids to article numbers by querying the .overview file. Normally, this translation is done by querying the IMAP server, -- 2.11.4.GIT