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

2013-02-06 Thread Jani Nikula
On Wed, 06 Feb 2013, Jameson Graef Rollins wrote: > On Tue, Jan 29 2013, Jani Nikula 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/

[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 t

[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 next

[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: https://github.com/Damie

[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 dela

Re: 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 tool. Such a customized threading feature would be g

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 tool. Such a customized threading feature would be g

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

2013-02-06 Thread Jameson Graef Rollins
On Tue, Jan 29 2013, Jani Nikula 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 isn't a bad thi

[PATCH 0/6] notmuch cli config changes

2013-02-06 Thread Jameson Graef Rollins
en an env var as well. jamie. -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20130206/19c57d67/attachment-0001.pgp>

[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 t

[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 next

[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: https://github.com/Damie

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 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 dela