[PATCH v4 11/11] emacs: show: recognize the exclude flag.

2012-02-03 Thread David Edmondson
On Thu, 2 Feb 2012 17:43:39 +, Mark Walters wrote: > +(when (eq (point) (point-max)) "(when (eobp)" is more usual. > + (goto-char (point-min)) > + (notmuch-show-next-matching-message)) Otherwise the Emacs patch looks good. -- next part -- A non-text

[PATCH v4 11/11] emacs: show: recognize the exclude flag.

2012-02-02 Thread Mark Walters
Show mode will recognize the exclude flag by not opening excluding messages by default, and will start at the first matching non-excluded message. If there are no matching non-excluded messages it will go to the first matching (necessarily excluded) message. --- emacs/notmuch-show.el | 18