RFC: notmuch-cache.el: simple caching of MIME parts

2014-10-07 Thread David Edmondson
On Tue, Oct 07 2014, David Edmondson wrote: > I've been using remote-notmuch over a 3G connection quite a lot > recently. Dragging down the same MIME part more than once is annoying, > so here is a very simple filesystem based cache of MIME parts for > notmuch. It's integrated using defadvice for

RFC: notmuch-cache.el: simple caching of MIME parts

2014-10-07 Thread David Edmondson
I've been using remote-notmuch over a 3G connection quite a lot recently. Dragging down the same MIME part more than once is annoying, so here is a very simple filesystem based cache of MIME parts for notmuch. It's integrated using defadvice for now, but a cleaner approach is obviously possible.

RFC: notmuch-cache.el: simple caching of MIME parts

2014-10-07 Thread Jesse Rosenthal
Hi David, David Edmondson writes: > ...here is a very simple filesystem based cache of MIME parts for > notmuch. It's integrated using defadvice for now, but a cleaner > approach is obviously possible. Just to say that this is great, and very much appreciated. There are some threads I avoided

RFC: notmuch-cache.el: simple caching of MIME parts

2014-10-07 Thread David Edmondson
I've been using remote-notmuch over a 3G connection quite a lot recently. Dragging down the same MIME part more than once is annoying, so here is a very simple filesystem based cache of MIME parts for notmuch. It's integrated using defadvice for now, but a cleaner approach is obviously possible.

Re: RFC: notmuch-cache.el: simple caching of MIME parts

2014-10-07 Thread David Edmondson
On Tue, Oct 07 2014, David Edmondson wrote: I've been using remote-notmuch over a 3G connection quite a lot recently. Dragging down the same MIME part more than once is annoying, so here is a very simple filesystem based cache of MIME parts for notmuch. It's integrated using defadvice for now,

Re: RFC: notmuch-cache.el: simple caching of MIME parts

2014-10-07 Thread Jesse Rosenthal
Hi David, David Edmondson d...@dme.org writes: ...here is a very simple filesystem based cache of MIME parts for notmuch. It's integrated using defadvice for now, but a cleaner approach is obviously possible. Just to say that this is great, and very much appreciated. There are some threads I