Re: [PATCH] emacs: `notmuch' should display the `notmuch-hello' interface

Subject: Re: [PATCH] emacs: `notmuch' should display the `notmuch-hello' interface

Date: Mon, 26 Apr 2010 09:11:07 -0700

To: dme@dme.org, notmuch@notmuchmail.org

Cc:

From: Dirk Hohndel


This is lacking a committ message...

On Mon, 26 Apr 2010 16:07:04 +0100, dme@dme.org wrote:
> From: David Edmondson <dme@dme.org>
> --- a/emacs/notmuch-lib.el
> +++ b/emacs/notmuch-lib.el
> @@ -33,6 +33,11 @@
>    :type '(alist :key-type (string) :value-type (string))
>    :group 'notmuch)
>  
> +(defcustom notmuch-search-oldest-first t
> +  "Show the oldest mail first when searching."
> +  :type 'boolean
> +  :group 'notmuch)
> +

And this doesn't seem related to the subject...

> @@ -221,8 +222,6 @@ For a mouse binding, return nil."
>  (defvar notmuch-search-query-string)
>  (defvar notmuch-search-target-thread)
>  (defvar notmuch-search-target-line)
> -(defvar notmuch-search-oldest-first t
> -  "Show the oldest mail first in the search-mode")
>  (defvar notmuch-search-continuation)
>  
>  (defvar notmuch-search-disjunctive-regexp      "\\<[oO][rR]\\>")

ditto...

... just saying...

/D

-- 
Dirk Hohndel
Intel Open Source Technology Center

Thread: