[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 visibility of headers is done with 'h'. There's

[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] notmuch-config: make new message tags configurable

2010-03-28 Thread Michal Sojka
On Sun, 28 Mar 2010, Ben Gamari wrote: > On Fri, 12 Mar 2010 17:13:26 -0500, Ben Gamari > wrote: > > Add a new_tags option in the [messages] section of the configuration > > file to allow the user to specify which tags should be added to new > > messages by notmuch new. > > Would anyone oppose

[notmuch] JSON based emacs UI

2010-03-28 Thread Michal Sojka
On Sun, 28 Mar 2010, Sebastian Spaeth wrote: > On Mon, 22 Mar 2010 14:47:39 +, David Edmondson wrote: > > I'm pushed the first stage of a JSON based emacs UI to the repository at > > http://github.com/dme/notmuch (it's in the "master" branch). > > Despite the switch to daylight savings time

[notmuch] [PATCH] notmuch-config: make new message tags configurable

2010-03-28 Thread Ben Gamari
On Sun, 28 Mar 2010 07:57:30 +0200, Michal Sojka wrote: > On Sun, 28 Mar 2010, Ben Gamari wrote: > > On Fri, 12 Mar 2010 17:13:26 -0500, Ben Gamari > > wrote: > > > Add a new_tags option in the [messages] section of the configuration > > > file to allow the user to specify which tags should be

[notmuch] [PATCH] Prevent data loss caused by SIGINT during notmuch new

2010-03-28 Thread Michal Sojka
On Sun, 28 Mar 2010, Sebastian Spaeth wrote: > On Sun, 28 Mar 2010 00:37:00 +0100, "Sebastian Spaeth" SSpaeth.de> wrote: > > On Fri, 26 Mar 2010 22:18:13 +0100, Michal Sojka > > wrote: > > > When Ctrl-C is pressed in a wrong time during notmuch new, it can lead > > > to removal of messages from

[notmuch] [PATCH] Prevent data loss caused by SIGINT during notmuch new

2010-03-28 Thread Sebastian Spaeth
On Sun, 28 Mar 2010 00:37:00 +0100, "Sebastian Spaeth" wrote: > On Fri, 26 Mar 2010 22:18:13 +0100, Michal Sojka > wrote: > > When Ctrl-C is pressed in a wrong time during notmuch new, it can lead > > to removal of messages from the database even if the files were not > > removed. CC -O2

[notmuch] JSON based emacs UI

2010-03-28 Thread Sebastian Spaeth
On Mon, 22 Mar 2010 14:47:39 +, David Edmondson wrote: > I'm pushed the first stage of a JSON based emacs UI to the repository at > http://github.com/dme/notmuch (it's in the "master" branch). Despite the switch to daylight savings time stealing me an hour of this night, I managed to test

[notmuch] notmuchsync, now with new formula ;-)

2010-03-28 Thread Sebastian Spaeth
On Sun, 28 Mar 2010 03:22:31 +0200, Sebastian Spaeth wrote: > This has changed!!!: > --dryrun has become --dry-run for consistency with git Ohh, one last thing, it no longer does an implicit "notmuch new" (because that is not implemented in cnotmuch (yet?)) so call that before after as needed.

[notmuch] notmuchsync, now with new formula ;-)

2010-03-28 Thread Sebastian Spaeth
Hi all, I just pushed an experimental branch to notmuchsync that uses notmuch.so and my cnotmuch bindings. It needs some cleanup and documentation, but it worked on my box.If you feel adventorous, get it from git clone git at github.com:spaetz/notmuchsync.git The new stuff is in branch cnotmuch.

[notmuch] [PATCH] Prevent data loss caused by SIGINT during notmuch new

2010-03-28 Thread Sebastian Spaeth
On Fri, 26 Mar 2010 22:18:13 +0100, Michal Sojka wrote: > When Ctrl-C is pressed in a wrong time during notmuch new, it can lead > to removal of messages from the database even if the files were not > removed. Thanks, applied in my feature-all branch. Sebastian

[notmuch] [PATCH] Fix typo in notmuch.h documentation regarding database open modes

2010-03-28 Thread Sebastian Spaeth
On Fri, 26 Mar 2010 18:39:17 +, Michael Forney wrote: > --- > lib/notmuch.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Thanks, applied in my feature-all branch Sebastian

[notmuch] [Sebastian Spaeth] Pull requests

2010-03-28 Thread Sebastian Spaeth
On Thu, 25 Mar 2010 22:50:52 -0400, micah anderson wrote: > On Mon, 01 Mar 2010 15:57:00 +0100, "Sebastian Spaeth" SSpaeth.de> wrote: > > > From git repository git://github.com/spaetz/notmuch-all-feature.git I > > would like to advocate the following branches for quick pulling. Each > >

Re: [notmuch] [PATCH] notmuch-config: make new message tags configurable

2010-03-28 Thread Ben Gamari
On Sun, 28 Mar 2010 07:57:30 +0200, Michal Sojka sojk...@fel.cvut.cz wrote: On Sun, 28 Mar 2010, Ben Gamari wrote: On Fri, 12 Mar 2010 17:13:26 -0500, Ben Gamari bgamari.f...@gmail.com wrote: Add a new_tags option in the [messages] section of the configuration file to allow the user to

Re: [notmuch] JSON based emacs UI

2010-03-28 Thread Fernando Carrijo
David Edmondson d...@dme.org 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

Re: [notmuch] JSON based emacs UI

2010-03-28 Thread Fernando Carrijo
Fernando Carrijo fcarr...@yahoo.com.br wrote: David Edmondson d...@dme.org 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