[PATCH 2/2] emacs: possibility to customize the rendering of tags

2013-02-06 Thread Damien Cassou
This patch extracts the rendering of tags in notmuch-show to the notmuch-tag file. This file introduces a `notmuch-tag-formats' variable that associates each tag to a particular format. This variable can be customized thanks to the work of Austin Clements. For example, '(("unread" (propertize

[PATCH 1/2] emacs: Add notmuch-combine-face-text-property-string

2013-02-06 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-lib.el |8 1 file changed, 8 insertions(+) diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index 307133b..7e83371 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -342,6 +342,14 @@ OBJECT." (setq pos

[PATCH v2 0/2] Customize how each tag is displayed

2013-02-06 Thread Damien Cassou
[PATCH 1/2] emacs: Add notmuch-combine-face-text-property-string [PATCH 2/2] emacs: possibility to customize the rendering of tags These patches are the first of an upcoming series whose goal is to integrate notmuch-labeler into notmuch. See the following for more details:

[PATCH 0/2] notmuch-combine-face-text-property improvements

2013-02-06 Thread Damien Cassou
On Mon, Feb 4, 2013 at 10:37 PM, Austin Clements wrote: > These two patches fix bugs in and improve on > notmuch-combine-face-text-property. The bug fixed by the first patch > was found by Damien and the features added in the second patch should > help with notmuch-tagger. > > (Sorry for the

Reply all - issue

2013-02-06 Thread Istvan Marko
Micha? Nazarewicz writes: > I was actually wondering that instead of hard coding the logic into notmuch > itself, maybe it would be better to provide some sort of "split-thread" and > "join-threads" which could than be used by separate tagging

Re: [PATCH 0/2] notmuch-combine-face-text-property improvements

2013-02-06 Thread Damien Cassou
On Mon, Feb 4, 2013 at 10:37 PM, Austin Clements amdra...@mit.edu wrote: These two patches fix bugs in and improve on notmuch-combine-face-text-property. The bug fixed by the first patch was found by Damien and the features added in the second patch should help with notmuch-tagger. (Sorry

[PATCH v2 0/2] Customize how each tag is displayed

2013-02-06 Thread Damien Cassou
[PATCH 1/2] emacs: Add notmuch-combine-face-text-property-string [PATCH 2/2] emacs: possibility to customize the rendering of tags These patches are the first of an upcoming series whose goal is to integrate notmuch-labeler into notmuch. See the following for more details:

[PATCH 1/2] emacs: Add notmuch-combine-face-text-property-string

2013-02-06 Thread Damien Cassou
Signed-off-by: Damien Cassou damien.cas...@gmail.com --- emacs/notmuch-lib.el |8 1 file changed, 8 insertions(+) diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index 307133b..7e83371 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -342,6 +342,14 @@ OBJECT.

[PATCH 2/2] emacs: possibility to customize the rendering of tags

2013-02-06 Thread Damien Cassou
This patch extracts the rendering of tags in notmuch-show to the notmuch-tag file. This file introduces a `notmuch-tag-formats' variable that associates each tag to a particular format. This variable can be customized thanks to the work of Austin Clements. For example, '((unread (propertize

Re: [PATCH 0/6] notmuch cli config changes

2013-02-06 Thread Jameson Graef Rollins
On Tue, Jan 29 2013, Jani Nikula j...@nikula.org wrote: Hi all, the goal here is to add support for --config=FILE option at the notmuch top level (e.g. 'notmuch --config=FILE search foo'). In order to achieve this neatly, I ended up moving config open/close to main() from subcommands. This

Re: Reply all - issue

2013-02-06 Thread Istvan Marko
MichaƂ Nazarewicz mina86-deaty8a+uhjqt0dzr+a...@public.gmane.org writes: I was actually wondering that instead of hard coding the logic into notmuch itself, maybe it would be better to provide some sort of split-thread and join-threads which could than be used by separate tagging tool. Such a

Re: [PATCH 0/6] notmuch cli config changes

2013-02-06 Thread Jani Nikula
On Wed, 06 Feb 2013, Jameson Graef Rollins jroll...@finestructure.net wrote: On Tue, Jan 29 2013, Jani Nikula j...@nikula.org wrote: Hi all, the goal here is to add support for --config=FILE option at the notmuch top level (e.g. 'notmuch --config=FILE search foo'). In order to achieve this