summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Maus <dmaus@ictsoc.de>2010-10-11 20:32:23 +0200
committerDavid Maus <dmaus@ictsoc.de>2010-10-11 20:32:23 +0200
commit584adacf20eb8c0c2a9838da64558d5012978ec2 (patch)
tree9d38f83ed7cbad43e6d65a902bda14336ccec3ca
parentb164a47571bb78eb472596c9b9b32875e286c114 (diff)
downloadorg-mode-584adacf20eb8c0c2a9838da64558d5012978ec2.tar.gz
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.
-rw-r--r--lisp/org-gnus.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el
index 61bc6ff..a4e956c 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,