Re: [PATCH v5 2/7] emacs: make the refresh functions more consistent

2016-10-10 Thread Mark Walters
On Sun, 09 Oct 2016, Tomi Ollila wrote: > On Sun, Oct 09 2016, Mark Walters wrote: > >> The different refreshed functions were called differently: some were >> called interactively and some were not. Make them all interactive. >> --- >> emacs/notmuch-hello.el | 1 + >> emacs/notmuch-lib.el |

Re: [PATCH v5 0/7] Add refresh all buffers functionality

2016-10-10 Thread Ioan-Adrian Ratiu
On Sun, 09 Oct 2016, Mark Walters wrote: > This is a simplified version of the series at > id:20161008210139.25322-1-...@adirat.com > > The main change is that it makes all the refresh functions refresh the > buffer without forcing the buffer to be displayed. > > In tree and show mode this was al

Re: [PATCH v5 2/7] emacs: make the refresh functions more consistent

2016-10-10 Thread Tomi Ollila
On Mon, Oct 10 2016, Mark Walters wrote: > On Sun, 09 Oct 2016, Tomi Ollila wrote: >> On Sun, Oct 09 2016, Mark Walters wrote: >> >>> diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el >>> index b2cdace..8b55ca7 100644 >>> --- a/emacs/notmuch-lib.el >>> +++ b/emacs/notmuch-lib.el >>> @@ -

notmuch-insert Fcc handling w/spaces in dir name

2016-10-10 Thread Keith Amidon
I just upgraded to 0.23 and tried out the Fcc handling using notmuch- insert.  I think this is a significant improvement and I'm excited to use it.   I have it working successfully for my use case now, but it did require one workaround that I didn't expect and that seems somewhat fragile. The issu

Re: [PATCH] emacs/show: force notmuch-show-buttonise-links to act on lines

2016-10-10 Thread Tomi Ollila
On Mon, Oct 10 2016, David Bremner wrote: > This seems to fix a problem with emacs 25 creating partial buttons by > calling n-s-b-l with a region that does not include the whole button. > I'm not 100% sure it's legit to act outside the region passed by > jit-lock, but goto-address-fontify-region

Re: notmuch-insert Fcc handling w/spaces in dir name

2016-10-10 Thread Tomi Ollila
On Mon, Oct 10 2016, Keith Amidon wrote: > I just upgraded to 0.23 and tried out the Fcc handling using notmuch- > insert.  I think this is a significant improvement and I'm excited to > use it.   I have it working successfully for my use case now, but it > did require one workaround that I didn'

Re: notmuch-insert Fcc handling w/spaces in dir name

2016-10-10 Thread Mark Walters
On Mon, 10 Oct 2016, Keith Amidon wrote: > I just upgraded to 0.23 and tried out the Fcc handling using notmuch- > insert.  I think this is a significant improvement and I'm excited to > use it.   I have it working successfully for my use case now, but it > did require one workaround that I didn'

Re: notmuch-insert Fcc handling w/spaces in dir name

2016-10-10 Thread Keith Amidon
On Mon, 2016-10-10 at 20:20 +0100, Mark Walters wrote: > On Mon, 10 Oct 2016, Keith Amidon wrote: > >  > > I was able to make this work by setting notmuch-fcc-dirs to: > > > >    "\"[Gmail]/Sent Mail\" +sent -inbox -unread" > > That is correct and this should probably be documented. After Mark

[PATCH] Expand docstrings about fcc using notmuch-insert

2016-10-10 Thread Keith Amidon
This commit expands docstrings for notmuch-fcc-dirs and notmuch-maildir-fcc-with-notmuch-insert to describe how quoted strings are processed and make the ability to configure sent folders containing whitespace more discoverable. --- emacs/notmuch-maildir-fcc.el | 13 ++--- 1 file changed,