[notmuch] [PATCH] Support for deletion (patch included)

2010-03-01 Thread Michal Sojka
On Thu, 25 Feb 2010 01:00:04 +0100 (CET), racin at free.fr wrote: > Hi Carl, > > > Could you also write a commit message describing what the patch does? > > The easiest way for me to apply that would be if you would create a git > > commit, then run "git format-patch origin/master" and mail the

Re: [notmuch] [PATCH] Support for deletion (patch included)

2010-03-01 Thread Michal Sojka
On Thu, 25 Feb 2010 01:00:04 +0100 (CET), ra...@free.fr wrote: Hi Carl, Could you also write a commit message describing what the patch does? The easiest way for me to apply that would be if you would create a git commit, then run git format-patch origin/master and mail the resulting

[notmuch] [PATCH] Support for deletion (patch included)

2010-02-27 Thread ra...@free.fr
Here they are; as I don't know how to include them in the body, I put the patches as attachments. I hope this will be convienient enough for you. Matthieu - racin at free.fr a ?crit : > Carl: The patch in the mail has problems; apparently I have to > manually add scissorlines to the mail

Re: [notmuch] [PATCH] Support for deletion (patch included)

2010-02-27 Thread racin
Here they are; as I don't know how to include them in the body, I put the patches as attachments. I hope this will be convienient enough for you. Matthieu - ra...@free.fr a écrit : Carl: The patch in the mail has problems; apparently I have to manually add scissorlines to the mail for

[notmuch] [PATCH] Support for deletion (patch included)

2010-02-25 Thread ra...@free.fr
ted patch! Matthieu ?: "Carl Worth" Cc: notmuch at notmuchmail.org Envoy?: Jeudi 25 F?vrier 2010 00h00:04 GMT +00:00 GMT - Grande-Bretagne, Irlande, Portugal Objet: Re: [notmuch] [PATCH] Support for deletion (patch included) Hi Carl, > Could you also write a commit message describing

[notmuch] [PATCH] Support for deletion (patch included)

2010-02-25 Thread Sebastian Spaeth
I cannot comment on this patch, I just want to state that this functionality can also be achieved with (id:87sk90ragj.fsf at jhu.edu) "add functionality in notmuch search mode to add or remove tags by region" and (id:1266408746-28549-1-git-send-email-Sebastian at SSpaeth.de) "bind 'd' to new

[notmuch] [PATCH] Support for deletion (patch included)

2010-02-25 Thread ra...@free.fr
Hi Carl, > Could you also write a commit message describing what the patch does? > The easiest way for me to apply that would be if you would create a git > commit, then run "git format-patch origin/master" and mail the resulting > files, (the "git send-email" command can be used here, or you can

Re: [notmuch] [PATCH] Support for deletion (patch included)

2010-02-25 Thread racin
: notmuch@notmuchmail.org Envoyé: Jeudi 25 Février 2010 00h00:04 GMT +00:00 GMT - Grande-Bretagne, Irlande, Portugal Objet: Re: [notmuch] [PATCH] Support for deletion (patch included) Hi Carl, Could you also write a commit message describing what the patch does? The easiest way for me to apply

[notmuch] [PATCH] Support for deletion (patch included)

2010-02-24 Thread Carl Worth
On Sun, 13 Dec 2009 12:54:09 +0100, Matthieu Lemerre wrote: > I forgot the attachment.. Hi Matthieu, This is a very interesting patch. Thanks for contributing it. Could you also write a commit message describing what the patch does? The easiest way for me to apply that would be if you would

Re: [notmuch] [PATCH] Support for deletion (patch included)

2010-02-24 Thread racin
Hi Carl, Could you also write a commit message describing what the patch does? The easiest way for me to apply that would be if you would create a git commit, then run git format-patch origin/master and mail the resulting files, (the git send-email command can be used here, or you can insert

[notmuch] [PATCH] Support for deletion (patch included)

2009-12-13 Thread Matthieu Lemerre
I forgot the attachment.. -- next part -- A non-text attachment was scrubbed... Name: notmuch-deletion.patch Type: text/x-diff Size: 4002 bytes Desc: not available URL:

[notmuch] [PATCH] Support for deletion (patch included)

2009-12-13 Thread Matthieu Lemerre
I forgot the attachment.. diff --git a/notmuch.el b/notmuch.el index 97914f2..f770dd0 100644 --- a/notmuch.el +++ b/notmuch.el @@ -991,6 +991,7 @@ matching this search term are shown if non-nil. (define-key map [mouse-1] 'notmuch-search-show-thread) (define-key map *