[PATCH v3 0/8] nmbug-status: Python-3-compatibility and general refactoring
W. Trevor King, Tomi Ollila| David Bremner
2014 Feb 13 16:47
- W. Trevor King—[PATCH v3 0/8] nmbug-status: Python-3-compatibility and general refactoring [inbox, unread]
- W. Trevor King—[PATCH v3 1/8] nmbug-status: Anchor with h3 ids instead of a names [inbox, notmuch::fix, notmuch::patch, notmuch::pushed, unread]
- W. Trevor King—[PATCH v3 2/8] nmbug-status: Slug the title when using it as an id [inbox, notmuch::fix, notmuch::patch, notmuch::pushed, unread]
- W. Trevor King—[PATCH v3 3/8] nmbug-status: Use <code> and <p> markup where appropriate [inbox, notmuch::feature, notmuch::patch, notmuch::pushed, unread]
- W. Trevor King—[PATCH v3 4/8] nmbug-status: Color threads in HTML output [inbox, notmuch::feature, notmuch::obsolete, notmuch::patch, unread]
- W. Trevor King—[PATCH v3 5/8] nmbug-status: Escape &, <, and > in HTML display data [inbox, notmuch::fix, notmuch::patch, notmuch::pushed, unread]
- W. Trevor King—[PATCH v3 6/8] nmbug-status: Add inter-message padding [inbox, notmuch::feature, notmuch::obsolete, notmuch::patch, unread]
- W. Trevor King—[PATCH v3 7/8] nmbug-status: Encode output using the user's locale [inbox, notmuch::obsolete, notmuch::patch, notmuch::portability, unread]
- W. Trevor King—[PATCH v3 8/8] nmbug-status: Hardcode UTF-8 instead of using the user's locale [inbox, notmuch::obsolete, notmuch::patch, unread]
- Tomi Ollila—Re: [PATCH v3 0/8] nmbug-status: Python-3-compatibility and general refactoring [inbox, unread]
[PATCH v2 00/20] nmbug-status: Python-3-compatibility and general refactoring
W. Trevor King, Tomi Ollila| David Bremner
2014 Feb 10 18:40
- W. Trevor King—[PATCH v2 00/20] nmbug-status: Python-3-compatibility and general refactoring [inbox, unread]
- W. Trevor King—[PATCH v2 01/20] nmbug-status: Convert to Python-3-compatible print functions [inbox, notmuch::patch, notmuch::portability, notmuch::pushed, unread]
- W. Trevor King—[PATCH v2 02/20] nmbug-status: Use email.utils instead of rfc822 [inbox, notmuch::patch, notmuch::portability, notmuch::pushed, unread]
- W. Trevor King—[PATCH v2 03/20] nmbug-status: Decode Popen output using the user's locale [inbox, notmuch::patch, notmuch::pushed, unread]
- W. Trevor King—[PATCH v2 04/20] nmbug-status: Factor config-loading out into read_config [inbox, notmuch::patch, notmuch::pushed, unread]
- W. Trevor King—[PATCH v2 05/20] nmbug-status: Add metavars for --config and --get-query [inbox, notmuch::doc, notmuch::patch, notmuch::pushed, unread]
- W. Trevor King—[PATCH v2 06/20] nmbug-status: Consolidate functions and main code [inbox, notmuch::patch, notmuch::pushed, unread]
- W. Trevor King—[PATCH v2 07/20] nmbug-status: Don't require write access [inbox, notmuch::patch, notmuch::pushed, unread]
- W. Trevor King—[PATCH v2 08/20] nmbug-status: Consolidate HTML header printing [inbox, notmuch::patch, notmuch::pushed, unread]
- W. Trevor King—[PATCH v2 09/20] nmbug-status: Add a Python-3-compatible urllib.parse.quote import [inbox, notmuch::patch, notmuch::portability, notmuch::pushed, unread]
- W. Trevor King—[PATCH v2 10/20] nmbug-status: Add Page and HtmlPage for modular rendering [inbox, notmuch::patch, notmuch::pushed, unread]
- W. Trevor King—[PATCH v2 11/20] nmbug-status: Add an OrderedDict stub for Python 2.6 [inbox, notmuch::patch, notmuch::portability, notmuch::pushed, unread]
- W. Trevor King—[PATCH v2 12/20] nmbug-status: Normalize table HTML indentation [inbox, notmuch::patch, notmuch::pushed, unread]
- W. Trevor King—[PATCH v2 13/20] nmbug-status: Convert from XHTML 1.0 to HTML 5 [inbox, notmuch::patch, notmuch::pushed, unread]
- W. Trevor King—[PATCH v2 14/20] nmbug-status: Encode output using the user's locale [inbox, notmuch::obsolete, notmuch::patch, notmuch::portability, unread]
- W. Trevor King—[PATCH v2 15/20] nmbug-status: Anchor with h3 ids instead of a names [inbox, notmuch::fix, notmuch::obsolete, notmuch::patch, unread]
- W. Trevor King—[PATCH v2 16/20] nmbug-status: Slug the title when using it as an id [inbox, notmuch::fix, notmuch::obsolete, notmuch::patch, unread]
- W. Trevor King—[PATCH v2 17/20] nmbug-status: Use <code> and <p> markup where appropriate [inbox, notmuch::feature, notmuch::obsolete, notmuch::patch, unread]
- W. Trevor King—[PATCH v2 18/20] nmbug-status: Color threads in HTML output [inbox, notmuch::feature, notmuch::obsolete, notmuch::patch, unread]
- W. Trevor King—[PATCH v2 19/20] nmbug-status: Escape &, <, and > in HTML display data [inbox, notmuch::fix, notmuch::obsolete, notmuch::patch, unread]
- W. Trevor King—[PATCH v2 20/20] nmbug-status: Add inter-message padding [inbox, notmuch::feature, notmuch::obsolete, notmuch::patch, unread]
- Tomi Ollila—Re: [PATCH v2 00/20] nmbug-status: Python-3-compatibility and general refactoring [inbox, unread]
[PATCH 00/17] nmbug-status: Python-3-compabitility and general refactoring
W. Trevor King, Tomi Ollila| David Bremner
2014 Feb 03 10:59
- W. Trevor King—[PATCH 00/17] nmbug-status: Python-3-compabitility and general refactoring [inbox, unread]
- W. Trevor King—[PATCH 01/17] nmbug-status: Convert to Python-3-compatible print functions [inbox, notmuch::obsolete, notmuch::patch, notmuch::portability, unread]
- W. Trevor King—[PATCH 02/17] nmbug-status: Use email.utils instead of rfc822 [inbox, notmuch::obsolete, notmuch::patch, notmuch::portability, unread]
- W. Trevor King—[PATCH 03/17] nmbug-status: Decode Popen output using the user's locale [inbox, notmuch::obsolete, notmuch::patch, notmuch::portability, unread]
- W. Trevor King—[PATCH 04/17] nmbug-status: Factor config-loading out into read_config [inbox, notmuch::obsolete, notmuch::patch, unread]
- W. Trevor King—[PATCH 05/17] nmbug-status: Add metavars for --config and --get-query [inbox, notmuch::doc, notmuch::obsolete, notmuch::patch, unread]
- W. Trevor King—[PATCH 06/17] nmbug-status: Consolidate functions and main code [inbox, notmuch::obsolete, notmuch::patch, unread]
- W. Trevor King—[PATCH 07/17] nmbug-status: Don't require write access [inbox, notmuch::obsolete, notmuch::patch, unread]
- W. Trevor King—[PATCH 08/17] nmbug-status: Consolidate HTML header printing [inbox, notmuch::obsolete, notmuch::patch, unread]
- W. Trevor King—[PATCH 09/17] nmbug-status: Add a Python-3-compatible urllib.parse.quote import [inbox, notmuch::obsolete, notmuch::patch, notmuch::portability, unread]
- W. Trevor King—[PATCH 10/17] nmbug-status: Add Page and HtmlPage for modular rendering [inbox, notmuch::obsolete, notmuch::patch, unread]
- W. Trevor King—[PATCH 11/17] nmbug-status: Normalize table HTML indentation [inbox, notmuch::obsolete, notmuch::patch, unread]
- W. Trevor King—[PATCH 12/17] nmbug-status: Convert from XHTML 1.0 to HTML 5 [inbox, notmuch::obsolete, notmuch::patch, unread]
- W. Trevor King—[PATCH 13/17] nmbug-status: Encode output using the user's locale [inbox, notmuch::obsolete, notmuch::patch, notmuch::portability, unread]
- W. Trevor King—[PATCH 14/17] nmbug-status: Anchor with h3 ids instead of a names [inbox, notmuch::fix, notmuch::obsolete, notmuch::patch, unread]
- W. Trevor King—[PATCH 15/17] nmbug-status: Quote the title when using it as an id [inbox, notmuch::fix, notmuch::obsolete, notmuch::patch, unread]
- W. Trevor King—[PATCH 16/17] nmbug-status: Use <code> and <p> markup where appropriate [inbox, notmuch::obsolete, notmuch::patch, unread]
- W. Trevor King—[PATCH 17/17] nmbug-status: Color threads in HTML output [inbox, notmuch::feature, notmuch::obsolete, notmuch::patch, unread]
- Tomi Ollila—Re: [PATCH 00/17] nmbug-status: Python-3-compabitility and general refactoring [inbox, unread]
[RFC Patch] start of sphinx based docs
David Bremner| Tomi Ollila, Mark Walters
2014 Jan 18 16:00