From 7f2bbe93a557c22277b46ad6048742222d80ed68 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 31 May 2014 15:20:27 -0700 Subject: nmbug-status: Optionally load the header and footer templates from the config For folks that don't like the default templates for whatever reason. --- NEWS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 33e58a13..f7aaedf9 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,21 @@ Library changes Add return status to notmuch_database_close and notmuch_database_destroy +nmbug-status +------------ + +`nmbug-status` can now optionally load header and footer templates +from the config file. Use something like: + + { + "meta": { + "header": "\n\n...", + "footer": "", + ... + }, + ... + }, + Notmuch 0.18.1 (2014-06-25) =========================== -- cgit v1.2.3