From ffb629cc5d2c2d1505eb5aefcf04fb4d0af6c0c8 Mon Sep 17 00:00:00 2001 From: Michal Nazarewicz Date: Mon, 10 Sep 2012 08:35:30 +0200 Subject: notmuch-show: include Bcc header in json output With this change, emacs users can use notmuch-message-headers variable to configure notmuch-show display Bcc header. --- test/test-lib.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/test-lib.sh') diff --git a/test/test-lib.sh b/test/test-lib.sh index 2f7d6cd1..e7638bee 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -350,6 +350,11 @@ ${additional_headers}" ${additional_headers}" fi + if [ ! -z "${template[bcc]}" ]; then + additional_headers="Bcc: ${template[bcc]} +${additional_headers}" + fi + if [ ! -z "${template[references]}" ]; then additional_headers="References: ${template[references]} ${additional_headers}" -- cgit v1.2.3