From: Dmitry Kurochkin Date: Sat, 28 May 2011 21:51:49 +0000 (-0700) Subject: Fix wrong-type-argument lisp error in `notmuch-fcc-header-setup' X-Git-Tag: 0.7_rc1~60^2~8 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=ce08571428dc784e279b28527f8073a1a05d7c37;hp=ce08571428dc784e279b28527f8073a1a05d7c37 Fix wrong-type-argument lisp error in `notmuch-fcc-header-setup' This error occurs when `notmuch-fcc-dirs' is set to a list. The error was in the `notmuch-fcc-dirs' format check which was changed in an incompatible way from 0.4 to 0.5. The fix was extracted from a bigger patch series by David Edmondson id:"1290682750-30283-2-git-send-email-dme@dme.org". Signed-off-by: Jameson Graef Rollins ---