[Emacs] ledger-hledger-mode

2024-02-01 Thread Damien Cassou
sary as well to avoid hacking ugly workarounds in ledger-hledegr-mode. What do you think? -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill ___ notmuch mailing list -- n

Re: [PATCH v2] emacs: change where notmuch-mua-mail moves point

2022-06-02 Thread Damien Cassou
pkgs/pull/175933. -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill ___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-le...@notmuchmail.org

Re: [PATCH] Fix notmuch-mua.el notmuch-mua-mail

2022-06-02 Thread Damien Cassou
David Bremner writes: > There are some convenient tools for applying patches from notmuch in > Sean Whitton's mailscripts collection [1]. I tend to work in the shell > with some git aliases… thank you very much for your explanations! -- Damien Cassou "Success is the abi

Re: [PATCH] Fix notmuch-mua.el notmuch-mua-mail

2022-06-01 Thread Damien Cassou
ction docstring. done > [1]: It might be a personal issue, but the emacs commit message style > really annoys me. I also don't like it. I think it focuses too much on what has changed (something that could be inferred from the patch with a little tooling) instead of why the code has

[PATCH v2] emacs: change where notmuch-mua-mail moves point

2022-06-01 Thread Damien Cassou
Move point to the position that makes the most sense instead of always moving point to the TO. This is useful when TO/SUBJECT are passed as argument. --- - Explain new behavior in docstring - Add NEWS entry - Fix commit message to follow notmuch guidelines - Use git-send-email Previous version

Re: [PATCH] Fix notmuch-mua.el notmuch-mua-mail

2022-05-22 Thread Damien Cassou
Here is a new version of the patch that takes into account the fact that notmuch-mua-mail can also be called interactively by notmuch and not only through the mail-user-agent variable. -- Damien Cassou "Success is the ability to go from one failure to another without losing enthu

[PATCH] Fix notmuch-mua.el notmuch-mua-mail

2022-05-22 Thread Damien Cassou
be in the BODY at then end. The attached patch makes sure that notmuch-mua-mail moves point to the BODY at the end so that its behavior is closer to the one of other MUAs. Best -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm.&

Re: New release for Emacs 27.1?

2020-08-12 Thread Damien Cassou
Tomi Ollila writes: > Release cycle for 0.31 could be shorter, just for that reason. To fix the build, I updated Notmuch package in Nixpkgs: this will now use commit 1c80020e701c7323de137c0616fc8864443d7bd3. -- Damien Cassou "Success is the ability to go from one failure to another

New release for Emacs 27.1?

2020-08-11 Thread Damien Cassou
Hi, Emacs 27.1 being officially out, is it the right moment to release Notmuch? People will face problems otherwise because Notmuch got some fixes for Emacs 27.1 recently. Best, -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm."

Re: Guess 'From:' when doing notmuch reply

2017-09-20 Thread Damien Cassou
ut that, I'm all ears! Thank you -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill ___ notmuch mailing list notmuch@notmuchm

Re: Guess 'From:' when doing notmuch reply

2017-09-19 Thread Damien Cassou
> Damien Cassou writes: >> Unfortunately, notmuch always got the From: field wrong when replying to >> a (microsoft-exchange hosted) mailing list. The result of this is that I >> always answer with the incorrect email address resulting in an error >> message from the

Guess 'From:' when doing notmuch reply

2017-09-18 Thread Damien Cassou
s after. Is there anything I can do to make notmuch properly guess the From: field? -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill _

[PATCH] Add indentation to imenu in notmuch-show

2017-06-18 Thread Damien Cassou
--- emacs/notmuch-show.el | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 0f157ec..a4399ab 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -247,6 +247,19 @@ every user interaction with notm

Re:

2017-06-14 Thread Damien Cassou
merge that right now, that would be perfect for me. Thanks. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill ___ notmuch

[no subject]

2017-06-12 Thread Damien Cassou
> OK, I see with counsel-imenu the current indexing by header lines is > reasonable. It might be improvable by adding the subject, but I'm > not sure about line lengths. > - maybe the docstrings should recomment counsel-imenu? I'm not sure as the function `notmuch-show-imenu-extract-index-name-fu

[PATCH] Add Emacs' imenu support in notmuch-show and notmuch-search

2017-06-12 Thread Damien Cassou
Emacs' major modes can facilitate navigation in their buffers by supporting Imenu. In such major modes, launching Imenu (M-x imenu) makes Emacs display a list of items (e.g., function definitions in a code buffer). Selecting an item from this list moves point to this item. This patch adds Imenu su

Re: [PATCH] Add Emacs' imenu support in notmuch-show and notmuch-search

2017-06-10 Thread Damien Cassou
d see what people prefer. Bye -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill ___ notmuch mailing list notmuch@notmuchmail.

Re: Add support for imenu

2017-05-23 Thread Damien Cassou
g the patch. done. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill ___ notmuch mailing list notmuch@notmuchmail.org https://

[PATCH] Add Emacs' imenu support in notmuch-show and notmuch-search

2017-05-23 Thread Damien Cassou
Emacs' major modes can facilitate navigation in their buffers by supporting Imenu. In such major modes, launching Imenu (M-x imenu) makes Emacs display a list of items (e.g., function definitions in a code buffer). Selecting an item from this list moves point to this item. This patch adds Imenu su

Add support for imenu

2017-05-23 Thread Damien Cassou
Please find attached a patch adding imenu support in both search and show modes. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill >From aa29c3e4227ad95e940a047494ef536

Re: notmuch-reply doesn't use Reply-To

2015-12-04 Thread Damien Cassou
David Bremner writes: > Damien Cassou writes: > >>"To" : "r...@inria.fr", >>"Reply-To" : "r...@inria.fr", >>"From" : "seas...@rmod.inria.fr", >&g

Query to get emails from notmuch mailing list?

2015-12-03 Thread Damien Cassou
Hi, how do you write a notmuch query to get all emails of the notmuch mailing list? Thanks -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston

notmuch-reply doesn't use Reply-To

2015-12-03 Thread Damien Cassou
"References" : "<565be5e1.x5p1i6xirrudvma6%seas...@rmod.inria.fr>", "Subject" : "Re: [rmod] [Mm10s] 2015-11-30", "To" : "seas...@rmod.inria.fr", "From" : "Damien Cassou ", "In-re

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

2013-03-23 Thread Damien Cassou
On Sat, Mar 16, 2013 at 5:10 AM, Austin Clements wrote: > Just a few tiny comments below. Thanks for your comments. Please see v3 in id:1364038194-19856-1-git-send-email-damien.cassou at gmail.com -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to

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

2013-03-23 Thread Damien Cassou
ad" (propertize tag 'face '(:foreground "red"))) ("flagged" (notmuch-tag-format-image tag "star.svg"))) associates a red foreground to the "unread" tag and a star picture to the "flagged" tag. Signed-off-by: Da

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

2013-03-23 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 e6edb9a..78c578f 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -357,6 +357,14 @@ OBJECT." (set

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

2013-03-23 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 2/2] emacs: possibility to customize the rendering of tags

2013-03-23 Thread Damien Cassou
On Sat, Mar 16, 2013 at 5:10 AM, Austin Clements wrote: > Just a few tiny comments below. Thanks for your comments. Please see v3 in id:1364038194-19856-1-git-send-email-damien.cas...@gmail.com -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go

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

2013-03-23 Thread Damien Cassou
ad" (propertize tag 'face '(:foreground "red"))) ("flagged" (notmuch-tag-format-image tag "star.svg"))) associates a red foreground to the "unread" tag and a star picture to the "flagged" tag. Signed-off-by: Da

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

2013-03-23 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 1/2] emacs: Add notmuch-combine-face-text-property-string

2013-03-23 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 e6edb9a..78c578f 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -357,6 +357,14 @@ OBJECT." (set

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

2013-03-13 Thread Damien Cassou
On Wed, Feb 6, 2013 at 3:53 PM, Damien Cassou wrote: > [PATCH 1/2] emacs: Add notmuch-combine-face-text-property-string > [PATCH 2/2] emacs: possibility to customize the rendering of tags still not a single comment after more than one month -- Damien Casso

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

2013-03-13 Thread Damien Cassou
On Wed, Feb 6, 2013 at 3:53 PM, Damien Cassou wrote: > [PATCH 1/2] emacs: Add notmuch-combine-face-text-property-string > [PATCH 2/2] emacs: possibility to customize the rendering of tags still not a single comment after more than one month -- Damien Casso

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

2013-02-06 Thread Damien Cassou
ad" (propertize tag 'face '(:foreground "red"))) ("flagged" (notmuch-tag-format-image tag "star.svg"))) associates a red foreground to the "unread" tag and a star picture to the "flagged" tag. Signed-off-by: D

[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." (set

[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
gt; (Sorry for the delay with these. I've had them sitting in my tree for > a while with the intent to write some nice unit tests for them, but > real life got in the way and I probably won't have time to do anything > nontrivial for a while.) works for me, than

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

2013-02-06 Thread Damien Cassou
ad" (propertize tag 'face '(:foreground "red"))) ("flagged" (notmuch-tag-format-image tag "star.svg"))) associates a red foreground to the "unread" tag and a star picture to the "flagged" tag. Signed-off-by: D

[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." (set

[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
gt; (Sorry for the delay with these. I've had them sitting in my tree for > a while with the intent to write some nice unit tests for them, but > real life got in the way and I probably won't have time to do anything > nontrivial for a while.) works for me, than

[PATCH 4/4] emacs: provide convenience functions for notmuch-tagger configuration

2013-01-18 Thread Damien Cassou
and set its color (notmuch-tagger-rename "important" "Important" :foreground "red") ;; Use a star icon for the 'starred' tag (notmuch-tagger-image-star "starred") Signed-off-by: Damien Cassou --- emacs/notmuch-tagger.el | 101

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

2013-01-18 Thread Damien Cassou
t;flagged" "star.svg"). `mode-line-format' templates are used to represent the format for each tag. This is a concize format that can also be used in `header-line-format' if later desired. Signed-off-by: Damien Cassou --- emacs/notmuch-show.el |7 ++--- emacs/notmuch-tagg

[PATCH 2/4] emacs: pictures that might be used as icons for tags

2013-01-18 Thread Damien Cassou
I made these icons myself so there is no copyright infringement. I am by no means a designer so feel free to improve them if you can. Signed-off-by: Damien Cassou --- emacs/resources/star-empty.svg | 85 emacs/resources/star.svg | 85

[PATCH 1/4] emacs: Add notmuch-intersperse to notmuch-lib/

2013-01-18 Thread Damien Cassou
(notmuch-intersperse LIST SEP) Return a list with all elements of LIST separated by SEP. Signed-off-by: Damien Cassou --- emacs/notmuch-lib.el | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index d78bcf8..3566126

emacs: Customize how each tag is displayed

2013-01-18 Thread Damien Cassou
[PATCH 1/4] emacs: Add notmuch-intersperse to notmuch-lib/ [PATCH 2/4] emacs: pictures that might be used as icons for tags [PATCH 3/4] emacs: possibility to customize the rendering of tags [PATCH 4/4] emacs: provide convenience functions for notmuch-tagger These patches are the first of an upcom

[PATCH 4/4] emacs: provide convenience functions for notmuch-tagger configuration

2013-01-18 Thread Damien Cassou
and set its color (notmuch-tagger-rename "important" "Important" :foreground "red") ;; Use a star icon for the 'starred' tag (notmuch-tagger-image-star "starred") Signed-off-by: Damien Cassou --- emacs/notmuch-tagger.el | 101

[PATCH 2/4] emacs: pictures that might be used as icons for tags

2013-01-18 Thread Damien Cassou
I made these icons myself so there is no copyright infringement. I am by no means a designer so feel free to improve them if you can. Signed-off-by: Damien Cassou --- emacs/resources/star-empty.svg | 85 emacs/resources/star.svg | 85

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

2013-01-18 Thread Damien Cassou
t;flagged" "star.svg"). `mode-line-format' templates are used to represent the format for each tag. This is a concize format that can also be used in `header-line-format' if later desired. Signed-off-by: Damien Cassou --- emacs/notmuch-show.el |7 ++--- emacs/notmuch-tagg

[PATCH 1/4] emacs: Add notmuch-intersperse to notmuch-lib/

2013-01-18 Thread Damien Cassou
(notmuch-intersperse LIST SEP) Return a list with all elements of LIST separated by SEP. Signed-off-by: Damien Cassou --- emacs/notmuch-lib.el | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index d78bcf8..3566126

emacs: Customize how each tag is displayed

2013-01-18 Thread Damien Cassou
[PATCH 1/4] emacs: Add notmuch-intersperse to notmuch-lib/ [PATCH 2/4] emacs: pictures that might be used as icons for tags [PATCH 3/4] emacs: possibility to customize the rendering of tags [PATCH 4/4] emacs: provide convenience functions for notmuch-tagger These patches are the first of an upcom

[PATCH 4/4] emacs: Add unit-tests for clickable tags

2012-12-14 Thread Damien Cassou
On Thu, Dec 13, 2012 at 6:27 PM, Mark Walters wrote: > I think it is just saying your patch is working and making the tag inbox > in the message line a button. I agree and attach a patch to this email that fixes this particular test. -- Damien Cassou http://damiencassou.seasidehost

Re: [PATCH 4/4] emacs: Add unit-tests for clickable tags

2012-12-14 Thread Damien Cassou
On Thu, Dec 13, 2012 at 6:27 PM, Mark Walters wrote: > I think it is just saying your patch is working and making the tag inbox > in the message line a button. I agree and attach a patch to this email that fixes this particular test. -- Damien Cassou http://damiencassou.seasidehost

[PATCH 4/4] emacs: Add unit-tests for clickable tags

2012-12-13 Thread Damien Cassou
Signed-off-by: Damien Cassou --- test/emacs | 103 1 file changed, 103 insertions(+) diff --git a/test/emacs b/test/emacs index 5403930..af9d37c 100755 --- a/test/emacs +++ b/test/emacs @@ -852,5 +852,108 @@ test_emacs "(let

[PATCH 3/4] emacs: Make all tags in `notmuch-show' clickable

2012-12-13 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-show.el | 15 +++ emacs/notmuch-tagger.el | 33 + 2 files changed, 40 insertions(+), 8 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 9c5a85e..8c07a00 100644 --- a

[PATCH 2/4] emacs: Make tags in notmuch-show header-line clickable

2012-12-13 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-tagger.el | 54 ++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/emacs/notmuch-tagger.el b/emacs/notmuch-tagger.el index 6fcebff..38b858a 100644 --- a/emacs/notmuch-tagger.el +++ b/emacs

[PATCH 1/4] emacs: Add a thread's tags to notmuch-show header-line

2012-12-13 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-lib.el| 11 +-- emacs/notmuch-show.el | 37 + emacs/notmuch-tagger.el | 35 +++ 3 files changed, 73 insertions(+), 10 deletions(-) create mode 100644 emacs

[PATCH v5] emacs: display tags in notmuch-show with links

2012-12-13 Thread Damien Cassou
This patch obsoletes: id:1355216437-21109-1-git-send-email-damien.cassou at gmail.com [PATCH 1/4] emacs: Add a thread's tags to notmuch-show header-line [PATCH 2/4] emacs: Make tags in notmuch-show header-line clickable [PATCH 3/4] emacs: Make all tags in `notmuch-show' clickable [PATCH 4/4] emacs

[PATCH 4/4] emacs: Add unit-tests for clickable tags

2012-12-13 Thread Damien Cassou
Signed-off-by: Damien Cassou --- test/emacs | 103 1 file changed, 103 insertions(+) diff --git a/test/emacs b/test/emacs index 5403930..af9d37c 100755 --- a/test/emacs +++ b/test/emacs @@ -852,5 +852,108 @@ test_emacs "(let

[PATCH 3/4] emacs: Make all tags in `notmuch-show' clickable

2012-12-13 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-show.el | 15 +++ emacs/notmuch-tagger.el | 33 + 2 files changed, 40 insertions(+), 8 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 9c5a85e..8c07a00 100644 --- a

[PATCH 1/4] emacs: Add a thread's tags to notmuch-show header-line

2012-12-13 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-lib.el| 11 +-- emacs/notmuch-show.el | 37 + emacs/notmuch-tagger.el | 35 +++ 3 files changed, 73 insertions(+), 10 deletions(-) create mode 100644 emacs

[PATCH 2/4] emacs: Make tags in notmuch-show header-line clickable

2012-12-13 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-tagger.el | 54 ++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/emacs/notmuch-tagger.el b/emacs/notmuch-tagger.el index 6fcebff..38b858a 100644 --- a/emacs/notmuch-tagger.el +++ b/emacs

[PATCH v5] emacs: display tags in notmuch-show with links

2012-12-13 Thread Damien Cassou
This patch obsoletes: id:1355216437-21109-1-git-send-email-damien.cas...@gmail.com [PATCH 1/4] emacs: Add a thread's tags to notmuch-show header-line [PATCH 2/4] emacs: Make tags in notmuch-show header-line clickable [PATCH 3/4] emacs: Make all tags in `notmuch-show' clickable [PATCH 4/4] emacs: A

[PATCH 4/4] emacs: Add unit-tests for clickable tags

2012-12-11 Thread Damien Cassou
Signed-off-by: Damien Cassou --- test/emacs | 103 1 file changed, 103 insertions(+) diff --git a/test/emacs b/test/emacs index 4e941bb..b7c5a93 100755 --- a/test/emacs +++ b/test/emacs @@ -840,5 +840,108 @@ test_emacs "(let

[PATCH 3/4] emacs: Make all tags in `notmuch-show' clickable

2012-12-11 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-show.el | 15 +++ emacs/notmuch-tagger.el | 33 + 2 files changed, 40 insertions(+), 8 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index a71497a..93bce07 100644 --- a

[PATCH 2/4] emacs: Make tags in notmuch-show header-line clickable

2012-12-11 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-tagger.el | 54 ++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/emacs/notmuch-tagger.el b/emacs/notmuch-tagger.el index 6fcebff..38b858a 100644 --- a/emacs/notmuch-tagger.el +++ b/emacs

[PATCH 1/4] emacs: Add a thread's tags to notmuch-show header-line

2012-12-11 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-lib.el| 11 +-- emacs/notmuch-show.el | 27 +++ emacs/notmuch-tagger.el | 35 +++ 3 files changed, 67 insertions(+), 6 deletions(-) create mode 100644 emacs/notmuch

No subject

2012-12-11 Thread Damien Cassou
From: Damien Cassou Subject: [PATCH v4] emacs: display tags in notmuch-show with links In-Reply-To: This patch obsoletes: id:1355149964-27905-1-git-send-email-damien.cassou at gmail.com [PATCH 1/4] emacs: Add a thread's tags to notmuch-show header-line [PATCH 2/4] emacs: Make tags in no

[PATCH 4/4] emacs: Add unit-tests for clickable tags

2012-12-11 Thread Damien Cassou
Signed-off-by: Damien Cassou --- test/emacs | 103 1 file changed, 103 insertions(+) diff --git a/test/emacs b/test/emacs index 4e941bb..b7c5a93 100755 --- a/test/emacs +++ b/test/emacs @@ -840,5 +840,108 @@ test_emacs "(let

[PATCH 1/4] emacs: Add a thread's tags to notmuch-show header-line

2012-12-11 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-lib.el| 11 +-- emacs/notmuch-show.el | 27 +++ emacs/notmuch-tagger.el | 35 +++ 3 files changed, 67 insertions(+), 6 deletions(-) create mode 100644 emacs/notmuch

[PATCH 3/4] emacs: Make all tags in `notmuch-show' clickable

2012-12-11 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-show.el | 15 +++ emacs/notmuch-tagger.el | 33 + 2 files changed, 40 insertions(+), 8 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index a71497a..93bce07 100644 --- a

[PATCH 2/4] emacs: Make tags in notmuch-show header-line clickable

2012-12-11 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-tagger.el | 54 ++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/emacs/notmuch-tagger.el b/emacs/notmuch-tagger.el index 6fcebff..38b858a 100644 --- a/emacs/notmuch-tagger.el +++ b/emacs

[no subject]

2012-12-11 Thread Damien Cassou
From: Damien Cassou Subject: [PATCH v4] emacs: display tags in notmuch-show with links In-Reply-To: This patch obsoletes: id:1355149964-27905-1-git-send-email-damien.cas...@gmail.com [PATCH 1/4] emacs: Add a thread's tags to notmuch-show header-line [PATCH 2/4] emacs: Make tags in notmuch

[PATCH 4/4] emacs: Add unit-tests for clickable tags

2012-12-10 Thread Damien Cassou
Signed-off-by: Damien Cassou --- test/emacs | 62 1 file changed, 62 insertions(+) diff --git a/test/emacs b/test/emacs index 4e941bb..115f7d5 100755 --- a/test/emacs +++ b/test/emacs @@ -840,5 +840,67 @@ test_emacs "(let ((mm

[PATCH 3/4] emacs: Make all tags in `notmuch-show' clickable

2012-12-10 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-show.el |9 + emacs/notmuch-tagger.el | 33 + 2 files changed, 38 insertions(+), 4 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index ee94802..5a465ff 100644 --- a/emacs

[PATCH 2/4] emacs: Make tags in notmuch-show header-line clickable

2012-12-10 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-tagger.el | 54 ++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/emacs/notmuch-tagger.el b/emacs/notmuch-tagger.el index 6fcebff..0d4d471 100644 --- a/emacs/notmuch-tagger.el +++ b/emacs

[PATCH 1/4] emacs: Add a thread's tags to notmuch-show header-line

2012-12-10 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-lib.el| 11 +-- emacs/notmuch-show.el | 24 +--- emacs/notmuch-tagger.el | 35 +++ 3 files changed, 65 insertions(+), 5 deletions(-) create mode 100644 emacs/notmuch-tagger.el

[PATCH v3] emacs: display tags in notmuch-show with links

2012-12-10 Thread Damien Cassou
This patch obsoletes: id:1353266322-20318-1-git-send-email-damien.cassou at gmail.com [PATCH 1/4] emacs: Add a thread's tags to notmuch-show header-line [PATCH 2/4] emacs: Make tags in notmuch-show header-line clickable [PATCH 3/4] emacs: Make all tags in `notmuch-show' clickable [PATCH 4/4] emacs

[PATCH 4/4] emacs: Add unit-tests for clickable tags

2012-12-10 Thread Damien Cassou
Signed-off-by: Damien Cassou --- test/emacs | 62 1 file changed, 62 insertions(+) diff --git a/test/emacs b/test/emacs index 4e941bb..115f7d5 100755 --- a/test/emacs +++ b/test/emacs @@ -840,5 +840,67 @@ test_emacs "(let ((mm

[PATCH 3/4] emacs: Make all tags in `notmuch-show' clickable

2012-12-10 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-show.el |9 + emacs/notmuch-tagger.el | 33 + 2 files changed, 38 insertions(+), 4 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index ee94802..5a465ff 100644 --- a/emacs

[PATCH 2/4] emacs: Make tags in notmuch-show header-line clickable

2012-12-10 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-tagger.el | 54 ++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/emacs/notmuch-tagger.el b/emacs/notmuch-tagger.el index 6fcebff..0d4d471 100644 --- a/emacs/notmuch-tagger.el +++ b/emacs

[PATCH 1/4] emacs: Add a thread's tags to notmuch-show header-line

2012-12-10 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-lib.el| 11 +-- emacs/notmuch-show.el | 24 +--- emacs/notmuch-tagger.el | 35 +++ 3 files changed, 65 insertions(+), 5 deletions(-) create mode 100644 emacs/notmuch-tagger.el

[PATCH v3] emacs: display tags in notmuch-show with links

2012-12-10 Thread Damien Cassou
This patch obsoletes: id:1353266322-20318-1-git-send-email-damien.cas...@gmail.com [PATCH 1/4] emacs: Add a thread's tags to notmuch-show header-line [PATCH 2/4] emacs: Make tags in notmuch-show header-line clickable [PATCH 3/4] emacs: Make all tags in `notmuch-show' clickable [PATCH 4/4] emacs: A

[PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable

2012-11-30 Thread Damien Cassou
7;t worry, you can still press RET on a tag to follow the link. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill -- next part -- An HTML attachment w

[PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable

2012-11-30 Thread Damien Cassou
y to replace tags by pictures and consistency will help I think. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill -- next part -- An HTML attachment wa

Re: [PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable

2012-11-30 Thread Damien Cassou
7;t worry, you can still press RET on a tag to follow the link. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill ___ notmu

Re: [PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable

2012-11-30 Thread Damien Cassou
y to replace tags by pictures and consistency will help I think. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill ___ notmuc

[PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable

2012-11-22 Thread Damien Cassou
on't stop at them ('skip t) but you can still activate them with RET or a mouse click. Is that ok? -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill -- nex

[PATCH 1/4] Add a thread's tags to emacs header-line

2012-11-22 Thread Damien Cassou
On Tue, Nov 20, 2012 at 6:32 AM, Austin Clements wrote: > A few more comments thank you for all your comments, I'm taking care of them -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusi

[PATCH v2] emacs: display tags in notmuch-show with links

2012-11-22 Thread Damien Cassou
and get back to you. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill -- next part -- An HTML attachment was scrubbed... URL: <http://notmuchmail.org/p

Re: [PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable

2012-11-22 Thread Damien Cassou
on't stop at them ('skip t) but you can still activate them with RET or a mouse click. Is that ok? -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill ___

Re: [PATCH 1/4] Add a thread's tags to emacs header-line

2012-11-22 Thread Damien Cassou
On Tue, Nov 20, 2012 at 6:32 AM, Austin Clements wrote: > A few more comments thank you for all your comments, I'm taking care of them -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusi

Re: [PATCH v2] emacs: display tags in notmuch-show with links

2012-11-22 Thread Damien Cassou
get back to you. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill ___ notmuch mailing list notmuch@notmuchmail.org http://notmuch

[PATCH 4/4] emacs: Add unit-tests for clickable tags in notmuch-show

2012-11-18 Thread Damien Cassou
Signed-off-by: Damien Cassou --- test/emacs | 62 1 file changed, 62 insertions(+) diff --git a/test/emacs b/test/emacs index 77265b0..2335bc4 100755 --- a/test/emacs +++ b/test/emacs @@ -813,5 +813,67 @@ test_emacs "(let ((mm

[PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable

2012-11-18 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-show.el |9 + emacs/notmuch-tagger.el | 33 + 2 files changed, 38 insertions(+), 4 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 988e27c..379c8cd 100644 --- a/emacs

[PATCH 2/4] Make tags in header-line clickable

2012-11-18 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-tagger.el | 54 ++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/emacs/notmuch-tagger.el b/emacs/notmuch-tagger.el index 5ca190e..19a6c7e 100644 --- a/emacs/notmuch-tagger.el +++ b/emacs

[PATCH 1/4] Add a thread's tags to emacs header-line

2012-11-18 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-show.el | 24 +--- emacs/notmuch-tagger.el | 44 2 files changed, 65 insertions(+), 3 deletions(-) create mode 100644 emacs/notmuch-tagger.el diff --git a/emacs/notmuch-show.el

[PATCH v2] emacs: display tags in notmuch-show with links

2012-11-18 Thread Damien Cassou
This patch obsoletes id:1352565719-12397-1-git-send-email-damien.cassou at gmail.com [PATCH 1/4] emacs: Add a thread's tags to emacs header-line [PATCH 2/4] emacs: Make tags in header-line clickable [PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable [PATCH 4/4] emacs: Add unit-te

[PATCH 4/4] emacs: Add unit-tests for clickable tags in notmuch-show

2012-11-18 Thread Damien Cassou
Signed-off-by: Damien Cassou --- test/emacs | 62 1 file changed, 62 insertions(+) diff --git a/test/emacs b/test/emacs index 77265b0..2335bc4 100755 --- a/test/emacs +++ b/test/emacs @@ -813,5 +813,67 @@ test_emacs "(let ((mm

[PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable

2012-11-18 Thread Damien Cassou
Signed-off-by: Damien Cassou --- emacs/notmuch-show.el |9 + emacs/notmuch-tagger.el | 33 + 2 files changed, 38 insertions(+), 4 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 988e27c..379c8cd 100644 --- a/emacs

  1   2   >