[PATCH v2 0/3] composing patches

2012-04-18 Thread Felipe Contreras
be used while generating the 'notmuch search' output. Although we are adding extra fields in notmuch reply, higher layers can just override them easily. Felipe Contreras (3): Add 'compose' command reply: add message-id header reply: add user-agent field Makefile.local|1 + notmuch

[PATCH v2 2/3] reply: add message-id header

2012-04-18 Thread Felipe Contreras
Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- notmuch-reply.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/notmuch-reply.c b/notmuch-reply.c index 0949d9f..d796bb2 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -464,6 +464,8 @@ create_reply_message

[PATCH v2 3/3] reply: add user-agent field

2012-04-18 Thread Felipe Contreras
Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- notmuch-reply.c |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/notmuch-reply.c b/notmuch-reply.c index d796bb2..22838d5 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -464,7 +464,7

[PATCH v2 1/3] Add 'compose' command

2012-04-18 Thread Felipe Contreras
Signed-off-by: Felipe Contreras felipe.contre...@ngmail.com --- Makefile.local|1 + notmuch-client.h |3 ++ notmuch-compose.c | 111 + notmuch.c |5 +++ 4 files changed, 120 insertions(+) create mode 100644 notmuch

Re: [PATCH v2 1/3] Add 'compose' command

2012-04-18 Thread Felipe Contreras
not be affected; their UI would override the Message-ID. So do you have a better suggestion for a Message-ID? -- Felipe Contreras ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

Re: [PATCH] vim: simplify build

2012-04-18 Thread Felipe Contreras
On Wed, Apr 18, 2012 at 4:11 PM, Tomi Ollila tomi.oll...@iki.fi wrote: On Wed, Apr 18 2012, Felipe Contreras felipe.contre...@gmail.com wrote: There should be no functional changes, except that you don't need to make the directories before installing. Signed-off-by: Felipe Contreras

Re: [PATCH v2 1/3] Add 'compose' command

2012-04-18 Thread Felipe Contreras
On Wed, Apr 18, 2012 at 4:43 PM, Dmitry Kurochkin dmitry.kuroch...@gmail.com wrote: Hi Felipe. Felipe Contreras felipe.contre...@gmail.com writes: On Wed, Apr 18, 2012 at 4:06 PM, Jani Nikula j...@nikula.org wrote: Running notmuch compose more than once within a second would result

Re: [RFC] vim plugin rewrite II

2012-04-18 Thread Felipe Contreras
gave this a try, copying those files makes vim crash for me. I probably need to install notmuch's python bindings, but either way it shouldn't crash. Cheers. -- Felipe Contreras ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org

Re: [PATCH v2 1/3] Add 'compose' command

2012-04-18 Thread Felipe Contreras
On Wed, Apr 18, 2012 at 5:20 PM, Jani Nikula j...@nikula.org wrote: On Wed, 18 Apr 2012 16:34:30 +0300, Felipe Contreras felipe.contre...@gmail.com wrote: On Wed, Apr 18, 2012 at 4:06 PM, Jani Nikula j...@nikula.org wrote: Running notmuch compose more than once within a second would result

Re: [PATCH v2 1/3] Add 'compose' command

2012-04-18 Thread Felipe Contreras
On Wed, Apr 18, 2012 at 5:41 PM, Dmitry Kurochkin dmitry.kuroch...@gmail.com wrote: Felipe Contreras felipe.contre...@gmail.com writes: On Wed, Apr 18, 2012 at 4:43 PM, Dmitry Kurochkin dmitry.kuroch...@gmail.com wrote: Hi Felipe. Felipe Contreras felipe.contre...@gmail.com writes: On Wed

Re: [PATCH] vim: simplify build

2012-04-18 Thread Felipe Contreras
On Wed, Apr 18, 2012 at 6:40 PM, Tomi Ollila tomi.oll...@iki.fi wrote: On Wed, Apr 18 2012, David Bremner da...@tethera.net wrote: Felipe Contreras felipe.contre...@gmail.com writes: If this is not an issue, then LGTM. I don't know, I have always used $(PWD), unless anybody else prefers

Re: [PATCH v2 2/3] reply: add message-id header

2012-04-18 Thread Felipe Contreras
On Wed, Apr 18, 2012 at 4:09 PM, Jani Nikula j...@nikula.org wrote: On Wed, 18 Apr 2012 15:39:12 +0300, Felipe Contreras felipe.contre...@gmail.com wrote: Signed-off-by: Felipe Contreras felipe.contre...@gmail.com ---  notmuch-reply.c |   11 +++  1 file changed, 11 insertions

[alot] Introducing myself, asking various questions

2011-12-22 Thread Felipe Contreras
most of us use offlineimap or getmail in combination > with notmuch. And Debian is also popular choice afaik, > so you're in good company :) Personally I prefer mbsync (isync) because it's much more efficient, and it's not written in python :) -- Felipe Contreras

Re: [alot] Introducing myself, asking various questions

2011-12-22 Thread Felipe Contreras
offlineimap or getmail in combination with notmuch. And Debian is also popular choice afaik, so you're in good company :) Personally I prefer mbsync (isync) because it's much more efficient, and it's not written in python :) -- Felipe Contreras

Re: Notmuch indexing 21 million emails

2011-11-24 Thread Felipe Contreras
new for approx. 4 days now - and according to not,uch count it has indexed about 4.5 million emails. Is this expected performance?  Is there any way to speed that up? It would be nice to run something like this with OProfile (or perf) and see if there's some obvious fixes. -- Felipe Contreras

[PATCH] Feature request: nicknames for senders

2011-07-16 Thread Felipe Contreras
ould then tell notmuch to compose a message, and specify an alias instead of a full address. This can be used in many ways. But yeah, I'm eager to get something like this :) -- Felipe Contreras

notmuch-vim: set foldmethod=marker

2011-07-16 Thread Felipe Contreras
> > Any comments from vimmers? I can reproduce, but I don't know any immediate way to fix this =/ -- Felipe Contreras

[PATCH] vim: skip trailing slash for g:notmuch_compose_temp_file_dir

2011-07-16 Thread Felipe Contreras
~cb94c42c0e1a-1 from > Debian > squeeze) Weird, it works fine for me with vim from F15 (7.3). Anyway, if it helps, I guess it should go in. Applied. Thanks. -- Felipe Contreras

[PATCH] vim: use the full path for sendmail as /usr/sbin isn't usually in user's PATH

2011-07-16 Thread Felipe Contreras
2011/7/10 Uwe Kleine-K?nig : > --- > ?vim/plugin/notmuch.vim | ? ?2 +- > ?1 files changed, 1 insertions(+), 1 deletions(-) All right. Applied. -- Felipe Contreras

vim front-end patches by Jason

2011-07-16 Thread Felipe Contreras
That's all for now. Feedback (as always) is welcome. Especially the > type that leads to me learning something and/or my patches getting > merged upstream. They all look fine to me, but I'm not a vim expert =/ Since nobody complained, and they seem to work for me. I've applied them. Thanks! Cheers. -- Felipe Contreras

[PATCH 1/3] lib: Kill last usage of C++ type bool

2011-07-16 Thread Felipe Contreras
b/message.cc > +++ b/lib/message.cc > @@ -49,16 +49,16 @@ struct visible _notmuch_message { > ?struct maildir_flag_tag { > ? ? char flag; > ? ? const char *tag; > - ? ?bool inverse; > + ? ?notmuch_bool_t inverse; That's not C++, that's C99. -- Felipe Contreras

Re: [PATCH 1/3] lib: Kill last usage of C++ type bool

2011-07-16 Thread Felipe Contreras
--- a/lib/message.cc +++ b/lib/message.cc @@ -49,16 +49,16 @@ struct visible _notmuch_message {  struct maildir_flag_tag {     char flag;     const char *tag; -    bool inverse; +    notmuch_bool_t inverse; That's not C++, that's C99. -- Felipe Contreras

Re: vim front-end patches by Jason

2011-07-16 Thread Felipe Contreras
) is welcome. Especially the type that leads to me learning something and/or my patches getting merged upstream. They all look fine to me, but I'm not a vim expert =/ Since nobody complained, and they seem to work for me. I've applied them. Thanks! Cheers. -- Felipe Contreras

Re: [PATCH] vim: use the full path for sendmail as /usr/sbin isn't usually in user's PATH

2011-07-16 Thread Felipe Contreras
2011/7/10 Uwe Kleine-König uklei...@strlen.de: ---  vim/plugin/notmuch.vim |    2 +-  1 files changed, 1 insertions(+), 1 deletions(-) All right. Applied. -- Felipe Contreras ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org

Re: [PATCH] vim: fix documentation that mailx isn't used anymore

2011-07-16 Thread Felipe Contreras
2011/7/10 Uwe Kleine-König uklei...@strlen.de: Since        e7899b0 (vim: use sendmail directly) notmuch-vim uses sendmail directly. Thanks. Applied :) Cc: Felipe Contreras felipe.contre...@gmail.com For some reason I wasn't actually CC'ed. -- Felipe Contreras

Re: [PATCH] vim: skip trailing slash for g:notmuch_compose_temp_file_dir

2011-07-16 Thread Felipe Contreras
. Thanks. -- Felipe Contreras ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

Re: notmuch-vim: set foldmethod=marker

2011-07-16 Thread Felipe Contreras
comments from vimmers? I can reproduce, but I don't know any immediate way to fix this =/ -- Felipe Contreras ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

[RFC/PATCH] Vim client rewrite

2011-05-16 Thread Felipe Contreras
etch these changes? Or can you provide a series of patches with 'git format-patch'? -- Felipe Contreras

Re: [RFC/PATCH] Vim client rewrite

2011-05-16 Thread Felipe Contreras
and customization options are somewhat lacking atm. This is of course to be improved later, depending on the responses. Comments, bugreports and fixes very much welcome. Do you have a git repo where to fetch these changes? Or can you provide a series of patches with 'git format-patch'? -- Felipe

vim support improvements for 0.6

2011-05-10 Thread Felipe Contreras
/github.com/felipec/notmuch.git [fc-vim-next] It's not rebased on top of your branch, but there are no merge conflicts. Cheers. -- Felipe Contreras

Re: vim support improvements for 0.6

2011-05-09 Thread Felipe Contreras
/notmuch.git [fc-vim-next] It's not rebased on top of your branch, but there are no merge conflicts. Cheers. -- Felipe Contreras ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

[PATCH v3] test/search: add check for slightly tricky search

2011-05-05 Thread Felipe Contreras
searching for search-by-from-at- would not be confused. Signed-off-by: Felipe Contreras --- test/search |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/test/search b/test/search index b180c7f..c6223f4 100755 --- a/test/search +++ b/test/search @@ -123,4 +123,10 @@ echo -n

[PATCH v2] test/search: add check for slightly trick search

2011-05-05 Thread Felipe Contreras
On Wed, May 4, 2011 at 11:46 PM, Austin Clements wrote: > On Wed, May 4, 2011 at 4:26 PM, Felipe Contreras > wrote: >> +output=$(notmuch search from:'search-by-from@' | notmuch_search_sanitize) > > I don't think this does what you think it does. ?Xapian only > understands

[PATCH 0/3] composing patches

2011-05-05 Thread Felipe Contreras
Sorry for the long delay. On Sat, Dec 11, 2010 at 1:53 AM, Michal Sojka wrote: > On Thu, 09 Dec 2010, Felipe Contreras wrote: >> I don't know how it works in gnus, but at least on the vim mode, the output >> generated by 'notmuch reply' is not ready to be sent, at least the Mess

[PATCH v2] test/search: add check for slightly trick search

2011-05-05 Thread Felipe Contreras
searching for search-by-from-at- would not be confused. Signed-off-by: Felipe Contreras --- test/search |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/test/search b/test/search index b180c7f..4c7600e 100755 --- a/test/search +++ b/test/search @@ -123,4 +123,10 @@ echo -n

[PATCH 4/4] vim: add delete commands

2011-05-05 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index c49ada5..0b1e0a3 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim @@ -152,6 +152,8

[PATCH 3/4] vim: add support for delete in search view

2011-05-05 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 6f9ff18..c49ada5 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim @@ -121,6 +121,7 @@ let

[PATCH 1/4] vim: add support to mark as read in show view

2011-05-05 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 3375a96..05e4552 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim @@ -147,6 +147,7 @@ let

[PATCH 0/4] vim: more keyboard maps

2011-05-05 Thread Felipe Contreras
Hi, I have been using these maps for a while, they are similar to the ones in Gmail. What do you think? Felipe Contreras (4): vim: add support to mark as read in show view vim: add support to mark as read in search view vim: add support for delete in search view vim: add delete commands

[PATCH v2] notmuch.vim can now archive threads using a from the show screen

2011-05-05 Thread Felipe Contreras
On Tue, Apr 5, 2011 at 8:31 AM, Jeff Richards wrote: > On Mon, 4 Apr 2011 18:58:48 +0300, Felipe Contreras gmail.com> wrote: >> On Mon, Apr 4, 2011 at 4:46 AM, Jeff Richards wrote: >> > Implements the already shelled out function for archiving messages while >

[PATCH] notmuch.vim can tag messages deleted

2011-05-05 Thread Felipe Contreras
On Tue, Apr 5, 2011 at 8:46 AM, Jeff Richards wrote: > On Mon, 4 Apr 2011 18:56:52 +0300, Felipe Contreras gmail.com> wrote: >> On Mon, Apr 4, 2011 at 4:38 AM, Jeff Richards wrote: >> > notmuch.vim plugin can use the d keybinding to remove 'inbox' and 'unread' >> &g

Re: [PATCH] notmuch.vim can tag messages deleted

2011-05-04 Thread Felipe Contreras
On Tue, Apr 5, 2011 at 8:46 AM, Jeff Richards j...@jrichards.ca wrote: On Mon, 4 Apr 2011 18:56:52 +0300, Felipe Contreras felipe.contre...@gmail.com wrote: On Mon, Apr 4, 2011 at 4:38 AM, Jeff Richards j...@jrichards.ca wrote: notmuch.vim plugin can use the d keybinding to remove 'inbox

[PATCH 1/4] vim: add support to mark as read in show view

2011-05-04 Thread Felipe Contreras
Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- vim/plugin/notmuch.vim |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 3375a96..05e4552 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin

[PATCH 3/4] vim: add support for delete in search view

2011-05-04 Thread Felipe Contreras
Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- vim/plugin/notmuch.vim |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 6f9ff18..c49ada5 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin

[PATCH 2/4] vim: add support to mark as read in search view

2011-05-04 Thread Felipe Contreras
Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- vim/plugin/notmuch.vim |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 05e4552..6f9ff18 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin

[PATCH v3] test/search: add check for slightly tricky search

2011-05-04 Thread Felipe Contreras
-by-from-at- would not be confused. Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- test/search |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/test/search b/test/search index b180c7f..c6223f4 100755 --- a/test/search +++ b/test/search @@ -123,4 +123,10

[PATCH] notmuch.vim can now archive threads using a from the show screen

2011-04-04 Thread Felipe Contreras
'inbox', and another one only for 'inbox'. -- Felipe Contreras

[PATCH] notmuch.vim can tag messages deleted

2011-04-04 Thread Felipe Contreras
uly worth > of deleting I actually have a similar patch, and the only difference I see, is that in my version I have two actions, one for the thread, and another one for the specific message. How about having 'D' to delete the thread, and 'd' to delete the message? -- Felipe Contreras

Re: [PATCH] notmuch.vim can tag messages deleted

2011-04-04 Thread Felipe Contreras
worth of deleting I actually have a similar patch, and the only difference I see, is that in my version I have two actions, one for the thread, and another one for the specific message. How about having 'D' to delete the thread, and 'd' to delete the message? -- Felipe Contreras

Re: [PATCH] notmuch.vim can now archive threads using a from the show screen

2011-04-04 Thread Felipe Contreras
and 'inbox', and another one only for 'inbox'. -- Felipe Contreras ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

[PATCH] test/search: add check for slightly trick search

2011-02-07 Thread Felipe Contreras
On Sun, Feb 6, 2011 at 3:21 PM, Felipe Contreras wrote: > It's not really tricky, there are many addresses with a '-' in them. I > personally really want to differentiate between foo, foo-testing, and > foo-patches. > > This fails, but it shouldn't: As discussed in IRC, perhaps t

[PATCH 2/2] vim: parse 'from' address

2011-02-06 Thread Felipe Contreras
In order to pass it to sendmail. Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 002b771..08832cc 100644 --- a/vim/plugin/notmuch.vim +++ b/vim

[PATCH 1/2] vim: use sendmail directly

2011-02-06 Thread Felipe Contreras
The problem with 'mailx' is that it's not standardized, and it doesn't allow the -f option, which is pretty important on many sendmail configurations. Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/vim

[PATCH 0/2] vim: improvements for sendmail

2011-02-06 Thread Felipe Contreras
directly. Felipe Contreras (2): vim: use sendmail directly vim: parse 'from' address vim/plugin/notmuch.vim | 17 ++--- 1 files changed, 14 insertions(+), 3 deletions(-) -- 1.7.4.1.g4f7e4.dirty

[PATCH] test/search: add check for slightly trick search

2011-02-06 Thread Felipe Contreras
) thread:XXX 2000-01-01 [1/1] search-by-from; search by from (tricky) (inbox unread) Signed-off-by: Felipe Contreras --- test/search |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/test/search b/test/search index b180c7f..ad5bbaa 100755 --- a/test/search +++ b/test/search

Re: [PATCH] test/search: add check for slightly trick search

2011-02-06 Thread Felipe Contreras
On Sun, Feb 6, 2011 at 3:21 PM, Felipe Contreras felipe.contre...@gmail.com wrote: It's not really tricky, there are many addresses with a '-' in them. I personally really want to differentiate between foo, foo-testing, and foo-patches. This fails, but it shouldn't: As discussed in IRC

[ANN] notmuch-deliver

2011-01-11 Thread Felipe Contreras
users might find helpful. > > Thanks again, I think this should be part of notmuch itself, and there should be a configuration to use this as Fcc, instead of relying on the mail composer. This way both emacs and vim interfaces would share the same configuration regarding the Fcc/Bcc preference. -- Felipe Contreras

Re: [ANN] notmuch-deliver

2011-01-11 Thread Felipe Contreras
be part of notmuch itself, and there should be a configuration to use this as Fcc, instead of relying on the mail composer. This way both emacs and vim interfaces would share the same configuration regarding the Fcc/Bcc preference. -- Felipe Contreras

[PATCH 0/3] composing patches

2010-12-10 Thread Felipe Contreras
On Fri, Dec 10, 2010 at 1:20 AM, Sebastian Spaeth wrote: > On Fri, 10 Dec 2010 00:32:49 +0200, Felipe Contreras gmail.com> wrote: >> I don't know how it works in gnus, but at least on the vim mode, the output >> generated by 'notmuch reply' is not ready to be sent, at le

[PATCH 3/3] Add 'compose' command

2010-12-10 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- Makefile.local|1 + notmuch-client.h |3 + notmuch-compose.c | 111 + notmuch.c |5 ++ 4 files changed, 120 insertions(+), 0 deletions(-) create mode 100644 notmuch-compose.c diff

[PATCH 2/3] reply: add user-agent field

2010-12-10 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- notmuch-reply.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/notmuch-reply.c b/notmuch-reply.c index 53a12c5..fc5dac4 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -447,7 +447,7 @@ notmuch_reply_format_default(void

[PATCH 1/3] reply: add message-id header

2010-12-10 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- notmuch-reply.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/notmuch-reply.c b/notmuch-reply.c index 23d04b8..53a12c5 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -447,6 +447,8 @@ notmuch_reply_format_default

[PATCH 0/3] composing patches

2010-12-10 Thread Felipe Contreras
be used while generating the 'notmuch search' output. Felipe Contreras (3): reply: add message-id header reply: add user-agent field Add 'compose' command Makefile.local|1 + notmuch-client.h |3 + notmuch-compose.c | 111

[PATCH 3/3] vim: implement archive in show view

2010-12-10 Thread Felipe Contreras
From: Felipe Contreras <felipe.contre...@ngmail.com> Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 8815712..882c141 100644 --- a/vim/plugin/notmu

[PATCH 2/3] vim: fix get_user_email()

2010-12-10 Thread Felipe Contreras
From: Felipe Contreras <felipe.contre...@ngmail.com> Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 6898d56..8815712 100644 --- a/vim/

[PATCH 1/3] vim: refactor tagging stuff

2010-12-10 Thread Felipe Contreras
From: Felipe Contreras <felipe.contre...@ngmail.com> Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim | 18 ++ 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 8d5d1c3..6898d56 100644 ---

[PATCH 0/3] vim fixes

2010-12-10 Thread Felipe Contreras
Hi, These are a few patches to improve the vim support. If nobody comments on these I'll push them. Felipe Contreras (3): vim: refactor tagging stuff vim: fix get_user_email() vim: implement archive in show view vim/plugin/notmuch.vim | 29 +++-- 1 files

Re: [PATCH 0/3] composing patches

2010-12-10 Thread Felipe Contreras
On Fri, Dec 10, 2010 at 1:20 AM, Sebastian Spaeth sebast...@sspaeth.de wrote: On Fri, 10 Dec 2010 00:32:49 +0200, Felipe Contreras felipe.contre...@gmail.com wrote: I don't know how it works in gnus, but at least on the vim mode, the output generated by 'notmuch reply' is not ready to be sent

[PATCH 0/3] vim fixes

2010-12-09 Thread Felipe Contreras
Hi, These are a few patches to improve the vim support. If nobody comments on these I'll push them. Felipe Contreras (3): vim: refactor tagging stuff vim: fix get_user_email() vim: implement archive in show view vim/plugin/notmuch.vim | 29 +++-- 1 files

[PATCH 1/3] vim: refactor tagging stuff

2010-12-09 Thread Felipe Contreras
From: Felipe Contreras felipe.contre...@ngmail.com Signed-off-by: Felipe Contreras felipe.contre...@ngmail.com --- vim/plugin/notmuch.vim | 18 ++ 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 8d5d1c3

[PATCH 1/3] reply: add message-id header

2010-12-09 Thread Felipe Contreras
Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- notmuch-reply.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/notmuch-reply.c b/notmuch-reply.c index 23d04b8..53a12c5 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -447,6 +447,8

[PATCH 2/3] reply: add user-agent field

2010-12-09 Thread Felipe Contreras
Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- notmuch-reply.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/notmuch-reply.c b/notmuch-reply.c index 53a12c5..fc5dac4 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -447,7 +447,7

[PATCH 2/3] build: fix DSO dependencies

2010-10-30 Thread Felipe Contreras
Hello, On Sat, Oct 30, 2010 at 12:37 AM, Carl Worth wrote: > On Sat, ?5 Jun 2010 14:05:14 +0300, Felipe Contreras gmail.com> wrote: >> At least on Fedora 13, this doesn't link; the linker finds the >> dependencies, and aborts saying we should include them. > ... >>

[PATCH 2/2] build: only link to what we really use

2010-10-30 Thread Felipe Contreras
At least linux has the -Wl,--as-needed option. Signed-off-by: Felipe Contreras --- Makefile.local |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Makefile.local b/Makefile.local index 9fed725..70c395a 100644 --- a/Makefile.local +++ b/Makefile.local @@ -33,7 +33,9

[PATCH 1/2] build: fix DSO dependencies

2010-10-30 Thread Felipe Contreras
r more information, see: https://fedoraproject.org/wiki/UnderstandingDSOLinkChange Reported by Felipe Contreras, rewrote by Carl Worth. Signed-off-by: Felipe Contreras --- Makefile.local |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.local b/Makefile.local index b

[PATCH 0/2] build fixes

2010-10-30 Thread Felipe Contreras
Hi, Here are a couple of build fixes. One is required to build on Fedora 13, the other is just nice (at least gets rid of some debian lintian warnings). Carl Worth (1): build: fix DSO dependencies Felipe Contreras (1): build: only link to what we really use Makefile.local |6 -- 1

[PATCH 1/2] build: fix DSO dependencies

2010-10-29 Thread Felipe Contreras
, see: https://fedoraproject.org/wiki/UnderstandingDSOLinkChange Reported by Felipe Contreras, rewrote by Carl Worth. Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- Makefile.local |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.local b

[PATCH 2/2] build: only link to what we really use

2010-10-29 Thread Felipe Contreras
At least linux has the -Wl,--as-needed option. Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- Makefile.local |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Makefile.local b/Makefile.local index 9fed725..70c395a 100644 --- a/Makefile.local +++ b

Re: [PATCH 2/3] build: fix DSO dependencies

2010-10-29 Thread Felipe Contreras
Hello, On Sat, Oct 30, 2010 at 12:37 AM, Carl Worth cwo...@cworth.org wrote: On Sat,  5 Jun 2010 14:05:14 +0300, Felipe Contreras felipe.contre...@gmail.com wrote: At least on Fedora 13, this doesn't link; the linker finds the dependencies, and aborts saying we should include them. ... We

notmuch-next branch

2010-10-12 Thread Felipe Contreras
On Mon, Oct 11, 2010 at 10:01 PM, Jameson Rollins wrote: > On Mon, 11 Oct 2010 21:45:47 +0300, Felipe Contreras gmail.com> wrote: >> I think many people agree notmuch mainline has been rather slow. So >> I'm proposing to have notmuch-next branch, either on github or >>

notmuch-next branch

2010-10-11 Thread Felipe Contreras
proposal would be to propose and vote here, another would be to resend them and wait for signed-off-by's. What do you think? -- Felipe Contreras

notmuch-next branch

2010-10-11 Thread Felipe Contreras
proposal would be to propose and vote here, another would be to resend them and wait for signed-off-by's. What do you think? -- Felipe Contreras ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

Re: notmuch-next branch

2010-10-11 Thread Felipe Contreras
On Mon, Oct 11, 2010 at 10:01 PM, Jameson Rollins jroll...@finestructure.net wrote: On Mon, 11 Oct 2010 21:45:47 +0300, Felipe Contreras felipe.contre...@gmail.com wrote: I think many people agree notmuch mainline has been rather slow. So I'm proposing to have notmuch-next branch, either

notmuch synchronization

2010-10-07 Thread Felipe Contreras
notmuch > and I'm missing that functionality. I don't see much happening in the main repo, perhaps we should start a notmuch-next branch or something on gitorious? -- Felipe Contreras

[PATCH 0/3] build fixes

2010-07-17 Thread Felipe Contreras
On Tue, Jun 15, 2010 at 10:34 PM, Dirk Hohndel wrote: > On Mon, 14 Jun 2010 17:17:00 +0300, Felipe Contreras gmail.com> wrote: >> Is anything wrong with these patches? > > cworth - our fearless leader - is extremely busy with his day job right > now. He tends to respo

Makefile.local: Fix LDFLAGS for notmuch-shared

2010-06-18 Thread Felipe Contreras
(use the fc-fixes branch): http://github.com/felipec/notmuch -- Felipe Contreras

[PATCH 7/9] vim: use mailx for sending

2010-06-16 Thread Felipe Contreras
On Sat, Jun 5, 2010 at 2:12 PM, Felipe Contreras wrote: > Possilby used by more systems, and besides the code wasn't really > working properly anyway. Hmm, I just noticed that mailx in Fedora 13 (apparently heirloom mailx) is dropping the 'in-reply-to' and 'references' headers, so it woul

[PATCH 0/3] build fixes

2010-06-14 Thread Felipe Contreras
Hi, Is anything wrong with these patches? On Sat, Jun 5, 2010 at 2:05 PM, Felipe Contreras wrote: > The important one is #2, which allows to build on Fedora 13. > > Felipe Contreras (3): > ?configure: check platform beforehand > ?build: fix DSO dependencies > ?configure: opti

Re: [PATCH 0/3] build fixes

2010-06-14 Thread Felipe Contreras
Hi, Is anything wrong with these patches? On Sat, Jun 5, 2010 at 2:05 PM, Felipe Contreras felipe.contre...@gmail.com wrote: The important one is #2, which allows to build on Fedora 13. Felipe Contreras (3):  configure: check platform beforehand  build: fix DSO dependencies  configure

[PATCH 9/9] vim: include own improved git-diff syntax

2010-06-05 Thread Felipe Contreras
The old one wasn't working at all on newer vims. Signed-off-by: Felipe Contreras --- vim/README |5 - vim/syntax/notmuch-git-diff.vim | 26 ++ vim/syntax/notmuch-show.vim |3 +-- 3 files changed, 27 insertions(+), 7 deletions

[PATCH 8/9] vim: run(): optimize non-debug path

2010-06-05 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim | 13 - 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 7b49015..8d5d1c3 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim @@ -1186,13

[PATCH 7/9] vim: use mailx for sending

2010-06-05 Thread Felipe Contreras
Possilby used by more systems, and besides the code wasn't really working properly anyway. Signed-off-by: Felipe Contreras --- vim/README |4 +- vim/plugin/notmuch.vim | 61 2 files changed, 7 insertions(+), 58 deletions

[PATCH 6/9] vim: add option to mark as read + archive

2010-06-05 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 01ee10f..968c4c1 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim @@ -118,6 +118,7 @@ let

[PATCH 5/9] vim: remove add_remove_tags_on_screen()

2010-06-05 Thread Felipe Contreras
It's not working properly; the current message is jumping around and the tags not really added/removed properly. Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim | 17 - 1 files changed, 0 insertions(+), 17 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim

[PATCH 4/9] vim: cleanup search syntax

2010-06-05 Thread Felipe Contreras
It was *sloow*. Signed-off-by: Felipe Contreras --- vim/syntax/notmuch-search.vim | 36 1 files changed, 12 insertions(+), 24 deletions(-) diff --git a/vim/syntax/notmuch-search.vim b/vim/syntax/notmuch-search.vim index 71839fd..f458d77 100644

[PATCH 3/9] vim: cleanup search buffer

2010-06-05 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim | 19 --- 1 files changed, 8 insertions(+), 11 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 3a19616..b8c9858 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim

[PATCH 2/9] vim: add archive support from 'show'

2010-06-05 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index a9754f2..3a19616 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim @@ -496,7 +496,8

[PATCH 1/9] thread: really clean authors

2010-06-05 Thread Felipe Contreras
To show the thread, usually 'foo' is enough from "Foo Bar ", specially since the authors field is too small anyway. Gmail does something similar: "Foo (2), John (3)". Signed-off-by: Felipe Contreras --- lib/thread.cc | 38 +- 1 files c

[PATCH 0/9] vim improvements

2010-06-05 Thread Felipe Contreras
the format (possibly configurable by the user). But for now, I decided to push whatever I found more usable. Cheers. Felipe Contreras (9): thread: really clean authors vim: add archive support from 'show' vim: cleanup search buffer vim: cleanup search syntax vim: remove add_remove_tags

[PATCH 3/3] configure: optimize uname finding a bit

2010-06-05 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- configure |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configure b/configure index ff775f0..3b4df37 100755 --- a/configure +++ b/configure @@ -198,15 +198,16 @@ errors=0 libdir_in_ldconfig=0 printf "Checking which pla

<    1   2   3   4   5   6   7   >