aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar W. Trevor King <wking@tremily.us>2014-05-31 15:20:27 -0700
committerGravatar David Bremner <david@tethera.net>2014-07-15 20:15:23 -0300
commit7f2bbe93a557c22277b46ad6048742222d80ed68 (patch)
tree4ad983be052c355f1d575f2546a0832f476d8634 /NEWS
parentf10024f30dc907d4396fb7ef3cc8541c89e31715 (diff)
nmbug-status: Optionally load the header and footer templates from the config
For folks that don't like the default templates for whatever reason.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
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": "<!DOCTYPE html>\n<html lang="en">\n...",
+ "footer": "</body></html>",
+ ...
+ },
+ ...
+ },
+
Notmuch 0.18.1 (2014-06-25)
===========================