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 17:30:04 +0100

To: Dirk Hohndel, notmuch@notmuchmail.org

Cc:

From: David Edmondson


On Mon, 26 Apr 2010 09:11:07 -0700, Dirk Hohndel <hohndel@infradead.org> wrote:
> This is lacking a committ message...

I wasn't sure what else to say.

> 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...

They are both due to re-arranging the relationship between notmuch.el
and notmuch-hello.el.

dme.
-- 
David Edmondson, http://dme.org
part-000.sig (application/pgp-signature)

Thread: