diff options
| author | Mark Walters <markwalters1009@gmail.com> | 2016-09-03 23:59:43 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-09-04 08:23:14 -0300 |
| commit | fce8146a8b738f2317034fee6236cdbd3597849b (patch) | |
| tree | 893dfa3ae3f3b122ebefe363bfab605b6e514f8e /test | |
| parent | cf59859b2028223cdf1741a2a09eadb666ccb726 (diff) | |
emacs: maildir: add the actual insert code
With all the preparation it is now simple to add the actual insert
code. Since insert can fail for many reasons we let the user decide
interactively deal with it.
We modify test-lib.el to set file fcc, so that all the old tests and
emacs_fcc_message from test-lib.sh still work
Diffstat (limited to 'test')
| -rw-r--r-- | test/test-lib.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test-lib.el b/test/test-lib.el index 496626f6..9946010b 100644 --- a/test/test-lib.el +++ b/test/test-lib.el @@ -184,6 +184,11 @@ nothing." (setq notmuch-tag-deleted-formats '((".*" nil))) +;; Also for historical reasons, we set the fcc handler to file not +;; insert. + +(setq notmuch-maildir-use-notmuch-insert nil) + ;; force a common html renderer, to avoid test variations between ;; environments |
