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

2010-04-26 Thread David Edmondson
On Mon, 26 Apr 2010 09:11:07 -0700, Dirk Hohndel 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 at dme.org wrote: > > From: David Edmondson > > --- a/emacs/notmuch-lib.el > > +++ b/emacs/notmuch-lib.el > > @@ -33,6

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

2010-04-26 Thread d...@dme.org
From: David Edmondson --- emacs/notmuch-hello.el |1 - emacs/notmuch-lib.el |5 + emacs/notmuch.el |7 +++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 30b3a5e..bd882b8 100644 ---

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

2010-04-26 Thread Dirk Hohndel
This is lacking a committ message... On Mon, 26 Apr 2010 16:07:04 +0100, dme at dme.org wrote: > From: David Edmondson > --- a/emacs/notmuch-lib.el > +++ b/emacs/notmuch-lib.el > @@ -33,6 +33,11 @@ >:type '(alist :key-type (string) :value-type (string)) >:group 'notmuch) > >

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

2010-04-26 Thread dme
From: David Edmondson d...@dme.org --- emacs/notmuch-hello.el |1 - emacs/notmuch-lib.el |5 + emacs/notmuch.el |7 +++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 30b3a5e..bd882b8 100644 ---

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

2010-04-26 Thread David Edmondson
On Mon, 26 Apr 2010 09:11:07 -0700, Dirk Hohndel hohn...@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, d...@dme.org wrote: From: David Edmondson d...@dme.org --- a/emacs/notmuch-lib.el +++