Re: [PATCH 2/7] emacs: tag: allow default case in notmuch-tag-formats

2014-02-11 Thread Mark Walters
Thanks for the review. On Mon, 10 Feb 2014, Austin Clements wrote: > On Sat, 18 Jan 2014, Mark Walters wrote: >> Allow an empty string in notmuch-tag-formats which matches all tags >> except those matched explicitly matched. This allows the user to tell > > Typo. Will fix. >> notmuch to hide

Re: [PATCH v2 14/20] nmbug-status: Encode output using the user's locale

2014-02-11 Thread David Bremner
"W. Trevor King" writes: > Instead of always writing UTF-8, allow the user to configure the > output encoding using their locale. This is useful for previewing > output in the terminal, for poor souls that don't use UTF-8 locales > ;). This (or some other patch in the series) seems to cause som

Re: [PATCH v2 14/20] nmbug-status: Encode output using the user's locale

2014-02-11 Thread Tomi Ollila
On Tue, Feb 11 2014, David Bremner wrote: > "W. Trevor King" writes: > >> Instead of always writing UTF-8, allow the user to configure the >> output encoding using their locale. This is useful for previewing >> output in the terminal, for poor souls that don't use UTF-8 locales >> ;). > > This

Re: [PATCH v2 14/20] nmbug-status: Encode output using the user's locale

2014-02-11 Thread W. Trevor King
On Tue, Feb 11, 2014 at 04:14:45PM +0200, Tomi Ollila wrote: > On Tue, Feb 11 2014, David Bremner wrote: > > W. Trevor King writes: > >> Instead of always writing UTF-8, allow the user to configure the > >> output encoding using their locale. This is useful for > >> previewing output in the termin

Re: [PATCH v2 14/20] nmbug-status: Encode output using the user's locale

2014-02-11 Thread David Bremner
"W. Trevor King" writes: > > If a user has set LANG=C, I expect that's what we should use for > output (in which case dying with an encoding error is the right thing > to do). > Perhaps for an interactive tool, intended mainly to be run in a terminal. But nmbug-status is not such a tool (at le

Re: [PATCH v2 14/20] nmbug-status: Encode output using the user's locale

2014-02-11 Thread W. Trevor King
On Tue, Feb 11, 2014 at 06:02:09PM -0400, David Bremner wrote: > W. Trevor King writes: > > If a user has set LANG=C, I expect that's what we should use for > > output (in which case dying with an encoding error is the right > > thing to do). > > Perhaps for an interactive tool, intended mainly to

Re: [PATCH 2/7] emacs: tag: allow default case in notmuch-tag-formats

2014-02-11 Thread Austin Clements
On Tue, 11 Feb 2014, Mark Walters wrote: > Thanks for the review. > > On Mon, 10 Feb 2014, Austin Clements wrote: >> On Sat, 18 Jan 2014, Mark Walters wrote: >>> Allow an empty string in notmuch-tag-formats which matches all tags >>> except those matched explicitly matched. This allows the user

Re: [PATCH 4/7] emacs: show: mark tags changed since buffer loaded

2014-02-11 Thread Austin Clements
On Sat, 18 Jan 2014, Mark Walters wrote: > This allows (and requires) the original-tags to be passed along with > the current-tags to be passed to notmuch-tag-format-tags. This allows > the tag formatting to show added and deleted tags.By default a removed > tag is displayed with strike-through in

Re: [PATCH 6/7] emacs: search: use orig-tags in search

2014-02-11 Thread Austin Clements
On Sat, 18 Jan 2014, Mark Walters wrote: > This uses the recent functionality to show the tag changes in the > search buffer. Currently this is only used to show changes the search > buffer makes itself: i.e., it does not make display any changes > reflecting tagging done by other notmuch-buffers.

[PATCH] emacs: update alist for mail-archive.com API change

2014-02-11 Thread Jed Brown
Searching by Message-Id no longer works via the old mail-archive.com API, though I have contacted them in hopes that they restore it to prevent dead links. Anyway, the new API is cleaner. --- emacs/notmuch-show.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/notmuch-s

[PATCH 2/7] emacs: tag: allow default case in notmuch-tag-formats

2014-02-11 Thread Mark Walters
Thanks for the review. On Mon, 10 Feb 2014, Austin Clements wrote: > On Sat, 18 Jan 2014, Mark Walters wrote: >> Allow an empty string in notmuch-tag-formats which matches all tags >> except those matched explicitly matched. This allows the user to tell > > Typo. Will fix. >> notmuch to hide

[PATCH v2 14/20] nmbug-status: Encode output using the user's locale

2014-02-11 Thread David Bremner
"W. Trevor King" writes: > Instead of always writing UTF-8, allow the user to configure the > output encoding using their locale. This is useful for previewing > output in the terminal, for poor souls that don't use UTF-8 locales > ;). This (or some other patch in the series) seems to cause som

[PATCH v2 14/20] nmbug-status: Encode output using the user's locale

2014-02-11 Thread Tomi Ollila
On Tue, Feb 11 2014, David Bremner wrote: > "W. Trevor King" writes: > >> Instead of always writing UTF-8, allow the user to configure the >> output encoding using their locale. This is useful for previewing >> output in the terminal, for poor souls that don't use UTF-8 locales >> ;). > > This

[PATCH v2 14/20] nmbug-status: Encode output using the user's locale

2014-02-11 Thread W. Trevor King
ail may be signed or encrypted with GnuPG (http://www.gnupg.org). For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140211/305fe131/attachment.pgp>

[PATCH v2 14/20] nmbug-status: Encode output using the user's locale

2014-02-11 Thread David Bremner
"W. Trevor King" writes: > > If a user has set LANG=C, I expect that's what we should use for > output (in which case dying with an encoding error is the right thing > to do). > Perhaps for an interactive tool, intended mainly to be run in a terminal. But nmbug-status is not such a tool (at le

[PATCH v2 14/20] nmbug-status: Encode output using the user's locale

2014-02-11 Thread W. Trevor King
application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140211/a882201b/attachment.pgp>

[PATCH 2/7] emacs: tag: allow default case in notmuch-tag-formats

2014-02-11 Thread Austin Clements
On Tue, 11 Feb 2014, Mark Walters wrote: > Thanks for the review. > > On Mon, 10 Feb 2014, Austin Clements wrote: >> On Sat, 18 Jan 2014, Mark Walters wrote: >>> Allow an empty string in notmuch-tag-formats which matches all tags >>> except those matched explicitly matched. This allows the user

[PATCH 4/7] emacs: show: mark tags changed since buffer loaded

2014-02-11 Thread Austin Clements
On Sat, 18 Jan 2014, Mark Walters wrote: > This allows (and requires) the original-tags to be passed along with > the current-tags to be passed to notmuch-tag-format-tags. This allows > the tag formatting to show added and deleted tags.By default a removed > tag is displayed with strike-through in

[PATCH 6/7] emacs: search: use orig-tags in search

2014-02-11 Thread Austin Clements
On Sat, 18 Jan 2014, Mark Walters wrote: > This uses the recent functionality to show the tag changes in the > search buffer. Currently this is only used to show changes the search > buffer makes itself: i.e., it does not make display any changes > reflecting tagging done by other notmuch-buffers.

[PATCH] emacs: update alist for mail-archive.com API change

2014-02-11 Thread Jed Brown
Searching by Message-Id no longer works via the old mail-archive.com API, though I have contacted them in hopes that they restore it to prevent dead links. Anyway, the new API is cleaner. --- emacs/notmuch-show.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/notmuch-s