summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Carl Worth [Tue, 22 Apr 2014 20:03:09 +0000 (13:03 -0700)]
Make the configuration file a required argument.
For nmbug, there was some code here to read a configuration file out
of a git repository. But for a standalone notmuch-to-html, let's
simply require a configuration file.
Carl Worth [Tue, 22 Apr 2014 20:02:06 +0000 (13:02 -0700)]
Add copy of the GNU General Public License
If we're going to say "you should have received a copy" then we should
actually provide a copy.
Carl Worth [Tue, 22 Apr 2014 20:00:10 +0000 (13:00 -0700)]
Add explicit license information
The "same license as notmuch" text was probably fine when the file was
contained within the notmuch source repository, but here, externally,
we should be explicit.
Carl Worth [Tue, 22 Apr 2014 19:59:31 +0000 (12:59 -0700)]
Add initial notmuch-to-html script
This is simply a copy of the nmbug-status script from the notmuch repository.