[PATCH v2 0/6] nmbug-status fixups from notmuch-to-html

2014-07-15 Thread David Bremner
"W. Trevor King"  writes:

> Changes from v1 [1]
>
> * Tweaked the license commit message (1/6) [2] with Carl's permission
>   [3].
> * Squashed v1's footer commits (old 2/5, 3/5, and 6/5, now 3/6) [4].
> * Squashed v1's description commits (old 4/5 and 5/5, now 2/6) [4].
> * Added commits 4/6, 5/6, and 6/6 to optionally load templates from
>   the config file.

Series pushed.

> Carl Worth (3):
>   Add explicit license information
>   Add a docstring describing the program
>   Move the generated date from the top of the page to the footer.

Yay, patches from Carl ;).



Re: [PATCH v2 0/6] nmbug-status fixups from notmuch-to-html

2014-07-15 Thread David Bremner
W. Trevor King wk...@tremily.us writes:

 Changes from v1 [1]

 * Tweaked the license commit message (1/6) [2] with Carl's permission
   [3].
 * Squashed v1's footer commits (old 2/5, 3/5, and 6/5, now 3/6) [4].
 * Squashed v1's description commits (old 4/5 and 5/5, now 2/6) [4].
 * Added commits 4/6, 5/6, and 6/6 to optionally load templates from
   the config file.

Series pushed.

 Carl Worth (3):
   Add explicit license information
   Add a docstring describing the program
   Move the generated date from the top of the page to the footer.

Yay, patches from Carl ;).

___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


[PATCH v2 0/6] nmbug-status fixups from notmuch-to-html

2014-06-01 Thread Tomi Ollila
On Sun, Jun 01 2014, "W. Trevor King"  wrote:

> Changes from v1 [1]
>
> * Tweaked the license commit message (1/6) [2] with Carl's permission
>   [3].
> * Squashed v1's footer commits (old 2/5, 3/5, and 6/5, now 3/6) [4].
> * Squashed v1's description commits (old 4/5 and 5/5, now 2/6) [4].
> * Added commits 4/6, 5/6, and 6/6 to optionally load templates from
>   the config file.

Series (and generated output) LGTM.

Tomi

>
> Cheers,
> Trevor
>
> [1]: id:cover.1399748615.git.wking at tremily.us
>  http://thread.gmane.org/gmane.mail.notmuch.general/18299
> [2]: id:a5f999ca7d8d20e9476ae2c747999458f491a324.1399748615.git.wking at 
> tremily.us
>  http://article.gmane.org/gmane.mail.notmuch.general/18301
> [3]: id:87fvkgf87n.fsf at yoom.home.cworth.org
>  http://article.gmane.org/gmane.mail.notmuch.general/18328
> [4]: id:20140512003642.GW28634 at odin.tremily.us
>  http://article.gmane.org/gmane.mail.notmuch.general/18330
>
> Carl Worth (3):
>   Add explicit license information
>   Add a docstring describing the program
>   Move the generated date from the top of the page to the footer.
>
> W. Trevor King (3):
>   nmbug-status: Factor out header/footer context into a shared dict
>   nmbug-status: Add the time to the footer's build-date
>   nmbug-status: Optionally load the header and footer templates from the
> config
>
>  NEWS | 18 +
>  devel/nmbug/nmbug-status | 67 
> ++--
>  2 files changed, 71 insertions(+), 14 deletions(-)
>
> -- 
> 1.9.1.353.gc66d89d
>
> ___
> notmuch mailing list
> notmuch at notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch


Re: [PATCH v2 0/6] nmbug-status fixups from notmuch-to-html

2014-06-01 Thread Tomi Ollila
On Sun, Jun 01 2014, W. Trevor King wk...@tremily.us wrote:

 Changes from v1 [1]

 * Tweaked the license commit message (1/6) [2] with Carl's permission
   [3].
 * Squashed v1's footer commits (old 2/5, 3/5, and 6/5, now 3/6) [4].
 * Squashed v1's description commits (old 4/5 and 5/5, now 2/6) [4].
 * Added commits 4/6, 5/6, and 6/6 to optionally load templates from
   the config file.

Series (and generated output) LGTM.

Tomi


 Cheers,
 Trevor

 [1]: id:cover.1399748615.git.wk...@tremily.us
  http://thread.gmane.org/gmane.mail.notmuch.general/18299
 [2]: 
 id:a5f999ca7d8d20e9476ae2c747999458f491a324.1399748615.git.wk...@tremily.us
  http://article.gmane.org/gmane.mail.notmuch.general/18301
 [3]: id:87fvkgf87n@yoom.home.cworth.org
  http://article.gmane.org/gmane.mail.notmuch.general/18328
 [4]: id:20140512003642.gw28...@odin.tremily.us
  http://article.gmane.org/gmane.mail.notmuch.general/18330

 Carl Worth (3):
   Add explicit license information
   Add a docstring describing the program
   Move the generated date from the top of the page to the footer.

 W. Trevor King (3):
   nmbug-status: Factor out header/footer context into a shared dict
   nmbug-status: Add the time to the footer's build-date
   nmbug-status: Optionally load the header and footer templates from the
 config

  NEWS | 18 +
  devel/nmbug/nmbug-status | 67 
 ++--
  2 files changed, 71 insertions(+), 14 deletions(-)

 -- 
 1.9.1.353.gc66d89d

 ___
 notmuch mailing list
 notmuch@notmuchmail.org
 http://notmuchmail.org/mailman/listinfo/notmuch
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


[PATCH v2 0/6] nmbug-status fixups from notmuch-to-html

2014-05-31 Thread W. Trevor King
Changes from v1 [1]

* Tweaked the license commit message (1/6) [2] with Carl's permission
  [3].
* Squashed v1's footer commits (old 2/5, 3/5, and 6/5, now 3/6) [4].
* Squashed v1's description commits (old 4/5 and 5/5, now 2/6) [4].
* Added commits 4/6, 5/6, and 6/6 to optionally load templates from
  the config file.

Cheers,
Trevor

[1]: id:cover.1399748615.git.wking at tremily.us
 http://thread.gmane.org/gmane.mail.notmuch.general/18299
[2]: id:a5f999ca7d8d20e9476ae2c747999458f491a324.1399748615.git.wking at 
tremily.us
 http://article.gmane.org/gmane.mail.notmuch.general/18301
[3]: id:87fvkgf87n.fsf at yoom.home.cworth.org
 http://article.gmane.org/gmane.mail.notmuch.general/18328
[4]: id:20140512003642.GW28634 at odin.tremily.us
 http://article.gmane.org/gmane.mail.notmuch.general/18330

Carl Worth (3):
  Add explicit license information
  Add a docstring describing the program
  Move the generated date from the top of the page to the footer.

W. Trevor King (3):
  nmbug-status: Factor out header/footer context into a shared dict
  nmbug-status: Add the time to the footer's build-date
  nmbug-status: Optionally load the header and footer templates from the
config

 NEWS | 18 +
 devel/nmbug/nmbug-status | 67 ++--
 2 files changed, 71 insertions(+), 14 deletions(-)

-- 
1.9.1.353.gc66d89d



[PATCH v2 0/6] nmbug-status fixups from notmuch-to-html

2014-05-31 Thread W. Trevor King
Changes from v1 [1]

* Tweaked the license commit message (1/6) [2] with Carl's permission
  [3].
* Squashed v1's footer commits (old 2/5, 3/5, and 6/5, now 3/6) [4].
* Squashed v1's description commits (old 4/5 and 5/5, now 2/6) [4].
* Added commits 4/6, 5/6, and 6/6 to optionally load templates from
  the config file.

Cheers,
Trevor

[1]: id:cover.1399748615.git.wk...@tremily.us
 http://thread.gmane.org/gmane.mail.notmuch.general/18299
[2]: id:a5f999ca7d8d20e9476ae2c747999458f491a324.1399748615.git.wk...@tremily.us
 http://article.gmane.org/gmane.mail.notmuch.general/18301
[3]: id:87fvkgf87n@yoom.home.cworth.org
 http://article.gmane.org/gmane.mail.notmuch.general/18328
[4]: id:20140512003642.gw28...@odin.tremily.us
 http://article.gmane.org/gmane.mail.notmuch.general/18330

Carl Worth (3):
  Add explicit license information
  Add a docstring describing the program
  Move the generated date from the top of the page to the footer.

W. Trevor King (3):
  nmbug-status: Factor out header/footer context into a shared dict
  nmbug-status: Add the time to the footer's build-date
  nmbug-status: Optionally load the header and footer templates from the
config

 NEWS | 18 +
 devel/nmbug/nmbug-status | 67 ++--
 2 files changed, 71 insertions(+), 14 deletions(-)

-- 
1.9.1.353.gc66d89d

___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch