[PATCH] Added C-up and C-down to cycle through previous searches

2011-05-29 Thread Dmitry Kurochkin
Hi Dima. On Sun, 29 May 2011 01:56:28 -0700, notmuch at dima.secretsauce.net wrote: > From: Dima Kogan > > --- > > Hi. > > I made a few improvements to the emacs UI. This patch allows the user to > scroll > through the most recent searches with C-up and C-down while in the search > box. >

Multiple sender identities (composing)

2011-05-29 Thread Stewart Smith
On Tue, 24 May 2011 14:54:37 -0700, Carl Worth wrote: > I've wanted something like this, but I'm extremely reluctant to put > fancy things like this in my .emacs file. The problem I have is that I > don't want to restrict nice features to the people who manage to > configure their emacs "just so".

[PATCH 2/2] emacs: add notmuch-show-worker function for specifying crypto processing directly

2011-05-29 Thread Jameson Graef Rollins
The main reason to introduce this new unexposed function is to allow the buffer redisplay crypto switch to behaving in a more expected way. The prefix to notmuch-show-redisplay buffer now switches the crypto processing of the current show buffer, as opposed to switching the logic of the notmuch-cry

[PATCH 1/2] emacs: add documentation for notmuch-show crypto-switch option

2011-05-29 Thread Jameson Graef Rollins
--- emacs/notmuch-show.el |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 3b35b81..6e0d454 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -805,7 +805,11 @@ non-nil. The optional BUFFER-NAME provid

compile error of current git on F15

2011-05-29 Thread Dirk Hohndel
CC -O2 notmuch-reply.o notmuch-reply.c: In function ?notmuch_reply_command?: notmuch-reply.c:658:3: error: unknown type name ?GMimeSession? notmuch-reply.c:659:3: warning: passing argument 1 of ?g_mime_gpg_context_new? from incompatible pointer type [enabled by default] /usr/include/gmime-2.6/gmi

[PATCH 2/2] test: fix tests after notmuch show output changes related to filenames

2011-05-29 Thread Dmitry Kurochkin
--- test/crypto|3 +-- test/multipart | 12 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/test/crypto b/test/crypto index 8e92016..796c4ca 100755 --- a/test/crypto +++ b/test/crypto @@ -168,8 +168,7 @@ Non-text part: application/pgp-encrypted part{ ID: 4,

[PATCH 1/2] Add part filename and content-id in notmuch show output if available.

2011-05-29 Thread Dmitry Kurochkin
Before the change, notmuch show output had filename only for parts with "Content-Disposition: attachment". But parts with inline disposition may have filename as well. The patch makes notmuch show always output filename if available, independent of Content-Disposition. Both JSON and text output

[PATCH] Added C-up and C-down to cycle through previous searches

2011-05-29 Thread notmuch
From: Dima Kogan --- Hi. I made a few improvements to the emacs UI. This patch allows the user to scroll through the most recent searches with C-up and C-down while in the search box. dima emacs/notmuch-hello.el | 49 +-- 1 files changed, 42

[PATCH] fixed typo in a comment

2011-05-29 Thread notmuch
From: Dima Kogan --- This patch corrects a typo test/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/Makefile b/test/Makefile index b6859ea..de492a7 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,4 +1,4 @@ -# See Makfefile.local for the list of fi

[PATCH] fixed typo in a comment

2011-05-29 Thread notm...@dima.secretsauce.net
From: Dima Kogan --- This patch corrects a typo test/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/Makefile b/test/Makefile index b6859ea..de492a7 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,4 +1,4 @@ -# See Makfefile.local for the list of fi

[PATCH] added keys to hide/show a portion of the thread

2011-05-29 Thread notmuch
From: Dima Kogan --- Here's another improvement. In the notmuch-show display this binds '[' to expand all the children messages (replies). Analogously ']' collapses all the children messages. dima emacs/notmuch-show.el | 34 ++ 1 files changed, 34 inserti

[PATCH] added keys to hide/show a portion of the thread

2011-05-29 Thread notm...@dima.secretsauce.net
From: Dima Kogan --- Here's another improvement. In the notmuch-show display this binds '[' to expand all the children messages (replies). Analogously ']' collapses all the children messages. dima emacs/notmuch-show.el | 34 ++ 1 files changed, 34 inserti

[PATCH] Added C-up and C-down to cycle through previous searches

2011-05-29 Thread notm...@dima.secretsauce.net
From: Dima Kogan --- Hi. I made a few improvements to the emacs UI. This patch allows the user to scroll through the most recent searches with C-up and C-down while in the search box. dima emacs/notmuch-hello.el | 49 +-- 1 files changed, 42