[notmuch] Notmuch's search view sucks

2009-12-04 Thread Karl Wiberg
t'd be very cool to have notmuch automatically tag messages according to what language they're in. -- Karl Wiberg, kha at treskal.com subrabbit.wordpress.com www.treskal.com/kalle

[notmuch] [PATCH] Makefile: Enable backslash escapes for echo.

2009-11-26 Thread Karl Wiberg
d use printf instead. (http://www.in-ulm.de/~mascheck/various/echo+printf/ seems like a good reference in this matter.) -- Karl Wiberg, kha at treskal.com subrabbit.wordpress.com www.treskal.com/kalle

[notmuch] [PATCH 4/4] notmuch-new: New cmdline option --tag=.

2009-11-25 Thread Karl Wiberg
applied in _addition_ to the tags in the config, and have a --no-config-tags flag to skip the tags in the config when desired. Or, if that seems more convenient, have a --config-tags=yes|no flag that defaults to yes when no --tag is given, and to no when at least one --tag is given. -- Karl Wiber

[notmuch] [PATCH 1/2] * avoid gcc 4.4.1 compiler warnings due to ignored write return values

2009-11-23 Thread Karl Wiberg
On Mon, Nov 23, 2009 at 12:11 PM, Dirk-Jan Binnema wrote: > On Mon, Nov 23, 2009 at 9:34 AM, Karl Wiberg wrote: > > > Didn't the "(void)" suggestion work? > > I actually preferred that solution, but unfortunately, it didn't > stop gcc from complaining... Hmpf.

[notmuch] [PATCH 1/2] * avoid gcc 4.4.1 compiler warnings due to ignored write return values

2009-11-23 Thread Karl Wiberg
't the "(void)" suggestion work? -- Karl Wiberg, kha at treskal.com subrabbit.wordpress.com www.treskal.com/kalle

[notmuch] [PATCH] makefile: Tell echo to interpret escape sequences.

2009-11-23 Thread Karl Wiberg
workaround is to use "printf" instead. -- Karl Wiberg, kha at treskal.com subrabbit.wordpress.com www.treskal.com/kalle

[notmuch] Asynchronous tagging

2009-11-21 Thread Karl Wiberg
, the tmp directory exists so that processes can put messages there while they are writing them, and then do an atomic rename to the new (or cur) directory. -- Karl Wiberg, kha at treskal.com subrabbit.wordpress.com www.treskal.com/kalle

[notmuch] [PATCH 2/2] .gitignore: Add common editor droppings

2009-11-19 Thread Karl Wiberg
specific to a user rather than a project, shouldn't they go in the user's ignore file (~/.gitignore) rather than the project's? -- Karl Wiberg, kha at treskal.com subrabbit.wordpress.com www.treskal.com/kalle