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

2010-04-23 Thread Carl Worth
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. Thanks, Ben! I finally broke down and decided I needed this feature. Prev

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

2010-04-23 Thread Carl Worth
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. Thanks, Ben! I finally broke down and decided I needed this feature. Pre

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

2010-03-29 Thread Sebastian Spaeth
On Fri, 12 Mar 2010 17:13:26 -0500, Ben Gamari wrote: > /* success */ > case NOTMUCH_STATUS_SUCCESS: > state->added_messages++; > - tag_inbox_and_unread (message); > + for (tag=state->new_tags; *tag != NULL; tag++) > + notmuch_message_add_tag (mes

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

2010-03-29 Thread Michal Sojka
On Sun, 28 Mar 2010, Ben Gamari wrote: > 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 > > gmail.com> wrote: > > > > Add a new_tags option in the [messages] section of the configuration >

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

2010-03-29 Thread Sebastian Spaeth
On Fri, 12 Mar 2010 17:13:26 -0500, Ben Gamari wrote: > /* success */ > case NOTMUCH_STATUS_SUCCESS: > state->added_messages++; > - tag_inbox_and_unread (message); > + for (tag=state->new_tags; *tag != NULL; tag++) > + notmuch_message_add_tag (mess

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

2010-03-29 Thread Michal Sojka
On Sun, 28 Mar 2010, Ben Gamari wrote: > 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

[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 t

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 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 a

[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 a

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

2010-03-27 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 this

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

2010-03-27 Thread Ben Gamari
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 this being merged? I've been running with it on a daily

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

2010-03-27 Thread Ben Gamari
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 this being merged? I've been running with it on a dail

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

2010-03-12 Thread Ben Gamari
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. --- notmuch-client.h |8 ++ notmuch-config.c | 63 ++ notmuch-new.c|

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

2010-03-12 Thread Ben Gamari
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. --- notmuch-client.h |8 ++ notmuch-config.c | 63 ++ notmuch-new.c|