Re: [Patch v3 4/8] test: initial tests for S/MIME and notmuch-emacs

2015-12-14 Thread David Bremner
Tomi Ollila writes: >> Apparently this needs >> >> unset GPG_AGENT_INFO >> >> at the beginning to avoid getting confused by a potential pre-2.1 >> gpg-agent. > > And, as the first patch series was very old it did not have this: > > . ./test-lib.sh || exit 1 Fixed in git. Thanks, d _

Re: [Patch v3 4/8] test: initial tests for S/MIME and notmuch-emacs

2015-12-14 Thread Tomi Ollila
On Mon, Dec 14 2015, David Bremner wrote: > David Bremner writes: > >> Test the ability of notmuch-mua-mail to send S/MIME signed (and >> encrypted) messages; this really relies on existing functionality in >> message-mode. >> >> The generated keys and messages will later be useful for testing t

Re: [Patch v3 4/8] test: initial tests for S/MIME and notmuch-emacs

2015-12-14 Thread David Bremner
David Bremner writes: > Test the ability of notmuch-mua-mail to send S/MIME signed (and > encrypted) messages; this really relies on existing functionality in > message-mode. > > The generated keys and messages will later be useful for testing the > notmuch CLI. > --- > test/T355-smime.sh |

[Patch v3 4/8] test: initial tests for S/MIME and notmuch-emacs

2015-12-14 Thread David Bremner
Test the ability of notmuch-mua-mail to send S/MIME signed (and encrypted) messages; this really relies on existing functionality in message-mode. The generated keys and messages will later be useful for testing the notmuch CLI. --- test/T355-smime.sh | 42 +++