Enabling and disabling maildir.synchronize_flags

2015-07-01 Thread dm-list-email-notm...@scs.stanford.edu
Sorry if this question is answered somewhere, but I'm wondering: What is the best way to enable and disable maildir.synchronize_flags? It seems that disabling it should simply be safe. But re-enabling, one risks losing tags, as the next notmuch new will cause old maildir flags to override the

[PATCH] build: Support Mac OS X 10.6.8

2015-07-01 Thread J. Lewis Muir
On 6/30/15 4:29 PM, Nate Eagleson wrote: > +# Mac OS X 10.6 has a built-in libutil.dylib that prevents ld from > +# picking up notmuch's libutil.a. The best way to prefer our local > +# libutil.a is to specify it via absolute path, which should work on > +# all supported OSes. >

[PATCH] build: Support Mac OS X 10.6.8

2015-07-01 Thread David Bremner
Nate Eagleson writes: > OS X 10.6.8 has a built-in library named libutil.dylib and a version > of ld that picks that up instead of util/libutil.a. > > We now use an absolute path to util/libutil.a, so that notmuch can be > built successfully on 10.6.8. I'd like a one line subject that mentions

[PATCH] emacs: show: let the user override the mime-type of an attachment

2015-07-01 Thread Mark Walters
This allows the user to override the mime-type of a part in the show buffer. This takes the simple option of displaying the part with the specified mime-type in its own buffer (in view mode). This avoids further complicating the part handling code. Bound to ". m" (i.e., m in the part map). Then

Re: [PATCH] build: Support Mac OS X 10.6.8

2015-07-01 Thread J. Lewis Muir
On 6/30/15 4:29 PM, Nate Eagleson wrote: +# Mac OS X 10.6 has a built-in libutil.dylib that prevents ld from +# picking up notmuch's libutil.a. The best way to prefer our local +# libutil.a is to specify it via absolute path, which should work on +# all supported OSes.

Enabling and disabling maildir.synchronize_flags

2015-07-01 Thread dm-list-email-notmuch
Sorry if this question is answered somewhere, but I'm wondering: What is the best way to enable and disable maildir.synchronize_flags? It seems that disabling it should simply be safe. But re-enabling, one risks losing tags, as the next notmuch new will cause old maildir flags to override the

Re: [PATCH] build: Support Mac OS X 10.6.8

2015-07-01 Thread David Bremner
Nate Eagleson n...@nateeag.com writes: OS X 10.6.8 has a built-in library named libutil.dylib and a version of ld that picks that up instead of util/libutil.a. We now use an absolute path to util/libutil.a, so that notmuch can be built successfully on 10.6.8. I'd like a one line subject