[PATCH 14/25] Fix old style notmuch-fcc-dirs configuration check.
Jameson Graef Rollins
jrollins at finestructure.net
Sat May 28 14:51:49 PDT 2011
From: Dmitry Kurochkin <dmitry.kurochkin at gmail.com>
In notmuch 0.5 notmuch-fcc-dirs style changed. The previous code
did not correctly identify an old configuration and, as a
consequence, broke new configurations.
The fix was extracted from a bigger patch series by David
Edmondson id:"1290682750-30283-2-git-send-email-dme at dme.org".
Signed-off-by: Jameson Graef Rollins <jrollins at finestructure.net>
---
emacs/notmuch-maildir-fcc.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/emacs/notmuch-maildir-fcc.el b/emacs/notmuch-maildir-fcc.el
index 3f1c124..b79f6a3 100644
--- a/emacs/notmuch-maildir-fcc.el
+++ b/emacs/notmuch-maildir-fcc.el
@@ -88,7 +88,7 @@ will NOT be removed or replaced."
notmuch-fcc-dirs)
((and (listp notmuch-fcc-dirs)
- (= 1 (length (car notmuch-fcc-dirs))))
+ (stringp (car notmuch-fcc-dirs)))
;; Old style - no longer works.
(error "Invalid `notmuch-fcc-dirs' setting (old style)"))
--
1.7.4.4
More information about the notmuch
mailing list