On Sat, Dec 15 2012, Austin Clements <[email protected]> wrote:

> This obsoletes id:[email protected]
> and fixes the things Mark and Tomi commented on.  The interdiff is
> below.

Ok, new error messages appear at the end. Good.

+1

Tomi

>
> diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el
> index cf61635..8f84087 100644
> --- a/emacs/notmuch-lib.el
> +++ b/emacs/notmuch-lib.el
> @@ -326,10 +326,12 @@ the user dismisses it."
>      (with-current-buffer buf
>        (view-mode-enter nil #'kill-buffer)
>        (let ((inhibit-read-only t))
> +     (goto-char (point-max))
> +     (unless (bobp)
> +       (insert "\n"))
>       (insert msg)
>       (unless (bolp)
> -       (insert "\n"))
> -     (goto-char (point-min))))
> +       (insert "\n"))))
>      (pop-to-buffer buf)))
>  
_______________________________________________
notmuch mailing list
[email protected]
http://notmuchmail.org/mailman/listinfo/notmuch

Reply via email to