[PATCH v4 3/4] nmbug-status: Encode output using the user's locale
W. Trevor King| David Bremner
2014 Feb 14 16:48
- W. Trevor King—[PATCH v4 0/4] nmbug-status: Python-3-compatibility and general refactoring [inbox, unread]
- W. Trevor King—[PATCH v4 1/4] nmbug-status: Color threads in HTML output [inbox, notmuch::feature, notmuch::patch, notmuch::pushed, unread]
- W. Trevor King—[PATCH v4 2/4] nmbug-status: Add inter-message padding [inbox, notmuch::feature, notmuch::patch, notmuch::pushed, unread]
- W. Trevor King—[PATCH v4 3/4] nmbug-status: Encode output using the user's locale [inbox, notmuch::patch, notmuch::portability, notmuch::pushed, unread]
- W. Trevor King—[PATCH v4 4/4] nmbug-status: Hardcode UTF-8 instead of using the user's locale [inbox, notmuch::patch, notmuch::pushed, unread]
- David Bremner—Re: [PATCH v4 0/4] nmbug-status: Python-3-compatibility and general refactoring [inbox, unread]
[PATCH v3 7/8] nmbug-status: Encode output using the user's locale
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 14/20] nmbug-status: Encode output using the user's locale
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 13/17] nmbug-status: Encode output using the user's locale
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]
[PATCH 3/3] test: use perl instead of sed -r for portability
Jani Nikula| Tomi Ollila, Michal Nazarewicz, David Bremner
2012 Dec 04 21:26
- Jani Nikula—[PATCH 0/3] test fixes, portability [inbox, unread]
- Jani Nikula—[PATCH 1/3] test: fix count test [inbox, notmuch::patch, notmuch::pushed, unread]
- Jani Nikula—[PATCH 2/3] test: wrap 'wc -l' results in arithmetic evaluation to strip whitespace [inbox, notmuch::patch, notmuch::portability, notmuch::pushed, unread]
- Jani Nikula—[PATCH 3/3] test: use perl instead of sed -r for portability [inbox, notmuch::patch, notmuch::portability, notmuch::pushed, unread]
- Tomi Ollila—Re: [PATCH 0/3] test fixes, portability [inbox, unread]
- David Bremner—Re: [PATCH 0/3] test fixes, portability [inbox, unread]
[PATCH] Support OpenBSD
Austin Clements| Ethan Glasser-Camp, David Bremner
2012 Oct 24 21:43
[PATCH v2 9/9] tests: bsd sed doesn't allow replacing '\n'
Mike Kelly| Tomi Ollila, Jameson Graef Rollins, Jani Nikula, David Bremner
2012 May 30 07:01
- Mike Kelly—[PATCH v2 0/9] FreeBSD Support Patches [inbox, unread]
- Mike Kelly—[PATCH v2 1/9] configure: Add support for FreeBSD. [inbox, notmuch::patch, notmuch::portability, notmuch::pushed, unread]
- Mike Kelly—[PATCH v2 2/9] test/Makefile.local: Use $(XAPIAN_LDFLAGS) for symbol-test [inbox, notmuch::patch, notmuch::portability, notmuch::pushed, unread]
- Mike Kelly—[PATCH v2 3/9] Makefile.local: define _GNU_SOURCE [inbox, notmuch::moreinfo, notmuch::patch, notmuch::portability, unread]
- Mike Kelly—[PATCH v2 4/9] test/smtp-dummy.c: fix compilation on FreeBSD [inbox, notmuch::patch, notmuch::portability, notmuch::pushed, unread]
- Mike Kelly—[PATCH v2 5/9] tests: Test against source man pages. [inbox, notmuch::patch, notmuch::portability, notmuch::pushed, unread]
- Mike Kelly—[PATCH v2 6/9] test/basic: use portable args for find [inbox, notmuch::patch, notmuch::portability, notmuch::pushed, unread]
- Mike Kelly—[PATCH v2 7/9] test/count: fix numeric comparision tests on FreeBSD [inbox, notmuch::moreinfo, notmuch::patch, notmuch::portability, notmuch::stale, unread]
- Mike Kelly—[PATCH v2 8/9] test/atomicity: use a more portable 'cp' form [inbox, notmuch::patch, notmuch::portability, notmuch::pushed, unread]
- Mike Kelly—[PATCH v2 9/9] tests: bsd sed doesn't allow replacing '\n' [inbox, notmuch::obsolete, notmuch::patch, notmuch::portability, notmuch::stale, unread]
- Tomi Ollila—Re: [PATCH v2 0/9] FreeBSD Support Patches [inbox, unread]
- David Bremner—Re: [PATCH v2 0/9] FreeBSD Support Patches [inbox, unread]
[PATCH] configure: check whether shell is capable of parameter substring processing
Tomi Ollila| David Bremner
2012 May 03 18:59
[PATCH 3/4] Private strsep implementation
Vladimir.Marek@oracle.com| Jani Nikula, Vladimir Marek, Adam Wolfe Gordon, Tomi Ollila, Austin Clements, David Bremner, Ethan Glasser-Camp
2012 Apr 09 10:17
- Vladimir.Marek@oracle.com—notmuch on Solaris [inbox, unread]
- Vladimir.Marek@oracle.com—[PATCH 1/4] Make configure use /bin/bash instead of /bin/sh [inbox, notmuch::obsolete, notmuch::patch, notmuch::portability, unread]
- Vladimir.Marek@oracle.com—[PATCH 2/4] dirent->d_type not available on Soalris [inbox, notmuch::obsolete, notmuch::patch, unread]
- Vladimir.Marek@oracle.com—[PATCH 3/4] Private strsep implementation [inbox, notmuch::moreinfo, notmuch::patch, notmuch::portability, notmuch::stale, unread]
- Vladimir.Marek@oracle.com—[PATCH 4/4] Explicitly type void* pointers [inbox, notmuch::obsolete, notmuch::patch, unread]
[PATCH] lib/database.cc: use flush Xapian method instead of commit
David Bremner| Austin Clements
2011 Oct 28 14:56
[PATCH 13/13] test: make smtp-dummy work with Emacs 24
Thomas Jost| Dmitry Kurochkin, Austin Clements, David Bremner, david@tethera.net, Pieter Praet, Jameson Graef Rollins, Tom Prince
2011 Oct 03 16:47
- Dmitry Kurochkin—[PATCH 1/3] test: update documentation for test_emacs in test/README [inbox, notmuch::patch, notmuch::pushed, unread]
- Dmitry Kurochkin—[PATCH 2/3] test: improve known broken tests support [inbox, notmuch::patch, notmuch::pushed, unread]
- Dmitry Kurochkin—[PATCH 3/3] test: add emacs test for hiding a message following an HTML part [inbox, notmuch::patch, notmuch::pushed, unread]
- David Bremner—Re: [PATCH 3/3] test: add emacs test for hiding a message following an HTML part [inbox, unread]
- Dmitry Kurochkin—Re: [PATCH 3/3] test: add emacs test for hiding a message following an HTML part [inbox, unread]
- David Bremner—Re: [PATCH 3/3] test: add emacs test for hiding a message following an HTML part [inbox, unread]
- Dmitry Kurochkin—Re: [PATCH 3/3] test: add emacs test for hiding a message following an HTML part [inbox, unread]
- Thomas Jost—Re: [PATCH 3/3] test: add emacs test for hiding a message following an HTML part [inbox, signed, unread]
- Dmitry Kurochkin—Re: [PATCH 3/3] test: add emacs test for hiding a message following an HTML part [inbox, unread]
- David Bremner—Re: [PATCH 3/3] test: add emacs test for hiding a message following an HTML part [inbox, unread]
- Thomas Jost—[PATCH 00/13] Test prereqs and screen-based Emacs tests [inbox, unread]
- Thomas Jost—[PATCH 01/13] test: define a helper function for defining prereqs on executables [inbox, notmuch::obsolete, notmuch::patch, unread]
- Thomas Jost—[PATCH 02/13] test: add 'GnuPG' prereq to dependent 'crypto' tests [inbox, notmuch::obsolete, notmuch::patch, unread]
- Thomas Jost—[PATCH 03/13] test: add 'Emacs' prereq to dependent 'crypto' tests [inbox, notmuch::obsolete, notmuch::patch, unread]
- Thomas Jost—[PATCH 04/13] test: add 'Emacs' prereq to dependent 'emacs' tests [inbox, notmuch::obsolete, notmuch::patch, unread]
- Thomas Jost—[PATCH 05/13] test: add 'Emacs' prereq to dependent 'emacs-large-search-buffer' tests [inbox, notmuch::obsolete, notmuch::patch, unread]
- Thomas Jost—[PATCH 06/13] test: run emacs inside screen [inbox, notmuch::obsolete, notmuch::patch, unread]
- Thomas Jost—[PATCH 07/13] test: avoid using screen(1) configuration files [inbox, notmuch::obsolete, notmuch::patch, unread]
- Thomas Jost—[PATCH 08/13] test: do not set frame width in emacs [inbox, notmuch::obsolete, notmuch::patch, unread]
- Thomas Jost—[PATCH 09/13] test: `notmuch-show-advance-and-archive' with invisible signature [inbox, notmuch::obsolete, notmuch::patch, unread]
- Thomas Jost—[PATCH 10/13] emacs: improve hidden signatures handling in notmuch-show-advance-and-archive [inbox, notmuch::obsolete, notmuch::patch, unread]
- Thomas Jost—[PATCH 11/13] emacs: remove no longer used functions from notmuch-show.el [inbox, notmuch::obsolete, notmuch::patch, unread]
- Thomas Jost—[PATCH 12/13] emacs: remove unused `point-invisible-p' function [inbox, notmuch::obsolete, notmuch::patch, unread]
- Thomas Jost—[PATCH 13/13] test: make smtp-dummy work with Emacs 24 [inbox, notmuch::patch, notmuch::portability, notmuch::pushed, notmuch::test, unread]
- Pieter Praet—Re: [PATCH 00/13] Test prereqs and screen-based Emacs tests [inbox, unread]
- David Bremner—Re: [PATCH 3/3] test: add emacs test for hiding a message following an HTML part [inbox, unread]
- Dmitry Kurochkin—[PATCH v2 0/3] improved broken tests support and test for a bug [inbox, notmuch::pushed, unread]
- Dmitry Kurochkin—[PATCH v2 1/3] test: update documentation for test_emacs in test/README [inbox, notmuch::patch, notmuch::pushed, notmuch::test, unread]
- Dmitry Kurochkin—[PATCH v2 2/3] test: improve known broken tests support [inbox, notmuch::patch, notmuch::pushed, unread]
- Dmitry Kurochkin—[PATCH v2 3/3] test: add emacs test for hiding a message following an HTML part [inbox, notmuch::patch, notmuch::pushed, unread]
- David Bremner—Re: [PATCH v2 0/3] improved broken tests support and test for a bug [inbox, unread]
[PATCH] Separated and added functions for emacses prior to 23.
Tomi Ollila
2011 Aug 29 16:16
[PATCH] Fix OS X linking issue.
Tim Gray
2011 Apr 03 07:03
[RFC] Add support for the Solaris platform
Tomas Carnecky| Carl Worth
2010 Apr 30 19:00