[PATCH 3/6] emacs: add message archiving functions

Tomi Ollila tomi.ollila at iki.fi
Tue Jan 24 10:44:39 PST 2012


On Mon, 23 Jan 2012 00:34:22 -0800, Jameson Graef Rollins <jrollins at finestructure.net> wrote:
> This adds two new message archiving functions that parallel the thread
> archiving functions: notmuch-show-archive-message{,-then-next}.  The
> former also takes a prefix argument to unarchive the message (ie. put
> back in inbox).
> ---

LGTM, except...

> +(defun notmuch-show-archive-message-then-next ()
> +  "Archive the current message, then show next thread from search."
> +  (interactive)
> +  (notmuch-show-archive-message)
> +  (notmuch-show-next-open-message))
> +

It goes to next open message but docstring says show nexr thread from search.

Tomi


More information about the notmuch mailing list