[PATCH v2 3/3] search: Support automatic tag exclusions
Austin Clements
amdragon at MIT.EDU
Mon Jan 16 11:28:36 PST 2012
Quoth David Edmondson on Jan 16 at 9:12 am:
> On Sat, 14 Jan 2012 15:40:26 -0800, Jameson Graef Rollins <jrollins at finestructure.net> wrote:
> > This patch looks fine. Philosophical UI discussion to follow:
> >
> > On Fri, 13 Jan 2012 18:07:04 -0500, Austin Clements <amdragon at MIT.EDU> wrote:
> > > + if (notmuch_config_get_auto_exclude_tags (config, &tmp) == NULL) {
> > > + const char *tags[] = { "deleted", "spam" };
> > > + notmuch_config_set_auto_exclude_tags (config, tags, 2);
> > > + }
> >
> > This creates the config section with the exclude list pre-set to
> > "deleted;spam".
>
> I don't think that anything should be excluded from the search results
> by default, at least not as a default behaviour of the 'notmuch'
> binary.
>
> Having "deleted" and "spam" as default settings in the configuration
> file might be more reasonable.
Sorry, I'm confused. Are you saying deleted;spam should or should not
be the default?
More information about the notmuch
mailing list