"bouncing" messages

2010-04-21 Thread Fernando Carrijo
micah anderson wrote: > It would be great if this became a key to make this easier. In mutt, > that key is 'b', which prompts you who you should send the message > to. That key is already bound to showing the body in notmuch, but I'm > sure there are other options. Carl just dropped that binding,

Re: "bouncing" messages

2010-04-21 Thread Fernando Carrijo
micah anderson wrote: > It would be great if this became a key to make this easier. In mutt, > that key is 'b', which prompts you who you should send the message > to. That key is already bound to showing the body in notmuch, but I'm > sure there are other options. Carl just dropped that binding,

[notmuch] JSON based emacs UI

2010-03-29 Thread Fernando Carrijo
David Edmondson wrote: > On Sun, 28 Mar 2010 14:03:44 -0300, Fernando Carrijo yahoo.com.br> wrote: > > David Edmondson wrote: > > > 'RET' anywhere in the message is supposed to toggle visibility of the > > > message. That was not working perfectly - a li

Re: [notmuch] JSON based emacs UI

2010-03-29 Thread Fernando Carrijo
David Edmondson wrote: > On Sun, 28 Mar 2010 14:03:44 -0300, Fernando Carrijo > wrote: > > David Edmondson wrote: > > > 'RET' anywhere in the message is supposed to toggle visibility of the > > > message. That was not working perfectly - a little fo

[notmuch] JSON based emacs UI

2010-03-28 Thread Fernando Carrijo
Fernando Carrijo wrote: > David Edmondson wrote: > > 'RET' anywhere in the message is supposed to toggle visibility of the > > message. That was not working perfectly - a little forced redisplay > > helped (just pushed). > > > > Toggling the visi

[notmuch] JSON based emacs UI

2010-03-28 Thread Fernando Carrijo
David Edmondson wrote: > 'RET' anywhere in the message is supposed to toggle visibility of the > message. That was not working perfectly - a little forced redisplay > helped (just pushed). > > Toggling the visibility of headers is done with 'h'. There's currently > no way to do that by pressing '

Re: [notmuch] JSON based emacs UI

2010-03-28 Thread Fernando Carrijo
Fernando Carrijo wrote: > David Edmondson wrote: > > 'RET' anywhere in the message is supposed to toggle visibility of the > > message. That was not working perfectly - a little forced redisplay > > helped (just pushed). > > > > Toggling the visi

Re: [notmuch] JSON based emacs UI

2010-03-28 Thread Fernando Carrijo
David Edmondson wrote: > 'RET' anywhere in the message is supposed to toggle visibility of the > message. That was not working perfectly - a little forced redisplay > helped (just pushed). > > Toggling the visibility of headers is done with 'h'. There's currently > no way to do that by pressing '

[notmuch] [PATCH] Update documentation of notmuch_query_create

2010-03-09 Thread Fernando Carrijo
Carl Worth wrote: > On Sat, 05 Dec 2009 12:22:05 -0200, Fernando Carrijo yahoo.com.br> wrote: > > Commit cd467caf renamed notmuch_query_search to > > notmuch_query_search_messages. > > > > Commit 1ba3d46f created no

[notmuch] [PATCH] Fix a few documentation typos in notmuch.h

2010-03-09 Thread Fernando Carrijo
Carl Worth wrote: > On Sat, 05 Dec 2009 17:32:34 -0200, Fernando Carrijo yahoo.com.br> wrote: > > Fix a few documentation typos in notmuch.h > > Thanks, Fernando! > > It's quite embarrassing that such a simple change could sit in my patch > queue for so long. B

Re: [notmuch] [PATCH] Update documentation of notmuch_query_create

2010-03-09 Thread Fernando Carrijo
Carl Worth wrote: > On Sat, 05 Dec 2009 12:22:05 -0200, Fernando Carrijo > wrote: > > Commit cd467caf renamed notmuch_query_search to > > notmuch_query_search_messages. > > > > Commit 1ba3d46f created notmuch_query_

Re: [notmuch] [PATCH] Fix a few documentation typos in notmuch.h

2010-03-09 Thread Fernando Carrijo
Carl Worth wrote: > On Sat, 05 Dec 2009 17:32:34 -0200, Fernando Carrijo > wrote: > > Fix a few documentation typos in notmuch.h > > Thanks, Fernando! > > It's quite embarrassing that such a simple change could sit in my patch > queue for so long. But at lea

[notmuch] [PATCH] Import CODING_STYLE from cairo

2010-01-13 Thread Fernando Carrijo
Hi Ali, On Wed, 13 Jan 2010 15:40:42 +0200, Ali Polatel wrote: > A good way to let new contributors know how to contribute :) > --- > CODING_STYLE | 291 > ++ > 1 files changed, 291 insertions(+), 0 deletions(-) > create mode 100644 CODI

[notmuch] [RFC/PATCH] Add search-files command

2010-01-13 Thread Fernando Carrijo
notmuch_query_create (notmuch, query_str); > +if (query == NULL) { > + fprintf (stderr, "Out of memory\n"); > + return 1; > +} > + > +notmuch_query_set_sort (query, sort); > + > +do_search_files (query); > + > +notmuch_query_destro

Re: [notmuch] [PATCH] Import CODING_STYLE from cairo

2010-01-13 Thread Fernando Carrijo
Hi Ali, On Wed, 13 Jan 2010 15:40:42 +0200, Ali Polatel wrote: > A good way to let new contributors know how to contribute :) > --- > CODING_STYLE | 291 > ++ > 1 files changed, 291 insertions(+), 0 deletions(-) > create mode 100644 CODI

Re: [notmuch] [RFC/PATCH] Add search-files command

2010-01-13 Thread Fernando Carrijo
much_query_create (notmuch, query_str); > +if (query == NULL) { > + fprintf (stderr, "Out of memory\n"); > + return 1; > +} > + > +notmuch_query_set_sort (query, sort); > + > +do_search_files (query); > + > +notmuch_query_destroy (qu

[notmuch] [PATCH] Nuke the remainings of _notmuch_message_add_thread_id.

2009-12-09 Thread Fernando Carrijo
ff-by: Fernando Carrijo --- lib/database.cc |9 - lib/notmuch-private.h |4 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/lib/database.cc b/lib/database.cc index 23ddd4a..b6c4d07 100644 --- a/lib/database.cc +++ b/lib/database.cc @@ -855,12 +8

[notmuch] [PATCH] Nuke the remainings of _notmuch_message_add_thread_id.

2009-12-09 Thread Fernando Carrijo
ff-by: Fernando Carrijo --- lib/database.cc |9 - lib/notmuch-private.h |4 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/lib/database.cc b/lib/database.cc index 23ddd4a..b6c4d07 100644 --- a/lib/database.cc +++ b/lib/database.cc @@ -855,12 +8

[notmuch] [PATCH] Fix a few documentation typos in notmuch.h

2009-12-05 Thread Fernando Carrijo
Fix a few documentation typos in notmuch.h Signed-off-by: Fernando Carrijo --- lib/notmuch.h |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/notmuch.h b/lib/notmuch.h index 32ab199..873ec09 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -410,7 +410,7

[notmuch] [PATCH] Update documentation of notmuch_query_create

2009-12-05 Thread Fernando Carrijo
those changes. Signed-off-by: Fernando Carrijo --- lib/notmuch.h |3

[notmuch] [PATCH] Fix a few documentation typos in notmuch.h

2009-12-05 Thread Fernando Carrijo
Fix a few documentation typos in notmuch.h Signed-off-by: Fernando Carrijo --- lib/notmuch.h |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/notmuch.h b/lib/notmuch.h index 32ab199..873ec09 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -410,7 +410,7

[notmuch] [PATCH] Update documentation of notmuch_query_create

2009-12-05 Thread Fernando Carrijo
those changes. Signed-off-by: Fernando Carrijo

[notmuch] [PATCH] Fix typos in documentation strings

2009-12-01 Thread Fernando Carrijo
Let's keep the line wrapping out of the party! Signed-off-by: Fernando Carrijo --- notmuch.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notmuch.el b/notmuch.el index 65473ba..fe09d81 100644 --- a/notmuch.el +++ b/notmuch.el @@ -360,7 +360,7 @@ b

[notmuch] [PATCH] Fix typos in documentation strings

2009-12-01 Thread Fernando Carrijo
One more party, one more joiner, one more patch! :) Signed-off-by: Fernando Carrijo --- notmuch.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notmuch.el b/notmuch.el index 65473ba..fe09d81 100644 --- a/notmuch.el +++ b/notmuch.el @@ -360,7 +360,7 @@ buffer

Re: [notmuch] [PATCH] Fix typos in documentation strings

2009-12-01 Thread Fernando Carrijo
Let's keep the line wrapping out of the party! Signed-off-by: Fernando Carrijo --- notmuch.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notmuch.el b/notmuch.el index 65473ba..fe09d81 100644 --- a/notmuch.el +++ b/notmuch.el @@ -360,7 +360,7 @@ b

[notmuch] [PATCH] Fix typos in documentation strings

2009-12-01 Thread Fernando Carrijo
One more party, one more joiner, one more patch! :) Signed-off-by: Fernando Carrijo --- notmuch.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notmuch.el b/notmuch.el index 65473ba..fe09d81 100644 --- a/notmuch.el +++ b/notmuch.el @@ -360,7 +360,7 @@ buffer