]> git.cworth.org Git - obsolete/notmuch-to-html/log
obsolete/notmuch-to-html
10 years agoAdd "notmuch search" to the advertised queries.
Carl Worth [Tue, 22 Apr 2014 20:05:55 +0000 (13:05 -0700)]
Add "notmuch search" to the advertised queries.

This will allow a user to actually copy-and-paste the queries, for example.

10 years agoAdd a comment describing the program
Carl Worth [Tue, 22 Apr 2014 20:04:56 +0000 (13:04 -0700)]
Add a comment describing the program

It's quite simple, really.

10 years agoMake the configuration file a required argument.
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.

10 years agoAdd copy of the GNU General Public License
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.

10 years agoAdd explicit license information
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.

10 years agoAdd initial notmuch-to-html script
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.