[RFC PATCH v2 2/3] emacs: changes to other files to support notmuch-pick

2012-02-12 Thread Mark Walters
This patch adds entries to notmuch-pick to notmuch-hello.el notmuch.el and notmuch-show.el. the option to view the current search in pick mode (from either notmuch-show.el or notmuch.el) a defcustom group for notmuch-pick. make notmuch-show (the main function) return the buffer it uses. This

[RFC PATCH v2 2/3] emacs: changes to other files to support notmuch-pick

2012-02-12 Thread Mark Walters
--- emacs/Makefile.local |3 ++- emacs/notmuch-hello.el | 10 ++ emacs/notmuch-lib.el |4 emacs/notmuch-query.el |4 +++- emacs/notmuch-show.el | 25 ++--- emacs/notmuch.el |8 6 files changed, 49 insertions(+), 5

[RFC PATCH v2 2/3] emacs: changes to other files to support notmuch-pick

2012-02-12 Thread Mark Walters
--- emacs/Makefile.local |3 ++- emacs/notmuch-hello.el | 10 ++ emacs/notmuch-lib.el |4 emacs/notmuch-query.el |4 +++- emacs/notmuch-show.el | 25 ++--- emacs/notmuch.el |8 6 files changed, 49 insertions(+), 5

Re: [RFC PATCH v2 2/3] emacs: changes to other files to support notmuch-pick

2012-02-12 Thread Mark Walters
This patch adds entries to notmuch-pick to notmuch-hello.el notmuch.el and notmuch-show.el. the option to view the current search in pick mode (from either notmuch-show.el or notmuch.el) a defcustom group for notmuch-pick. make notmuch-show (the main function) return the buffer it uses. This