[notmuch] [PATCH] notmuch.el: Make notmuch-show buffer name first subject, instead of thread-id

2010-02-12 Thread Jameson Rollins
On Fri, 12 Feb 2010 12:10:41 -0500, Jesse Rosenthal wrote: > Change the buffer name to the subject of the thread instead of > the thread-id. This is more meaningful to the user, and will make it easier > to scroll through numerous open buffers. Wow, what a great idea. I was getting annoyed

[notmuch] [PATCH] notmuch.el: Make notmuch-show buffer name first subject, instead of thread-id

2010-02-12 Thread Jesse Rosenthal
Change the buffer name to the subject of the thread instead of the thread-id. This is more meaningful to the user, and will make it easier to scroll through numerous open buffers. Note that this patch adds a required `buffer-name' argument to notmuch-show. Signed-off-by: Jesse Rosenthal

Re: [notmuch] [PATCH] notmuch.el: Make notmuch-show buffer name first subject, instead of thread-id

2010-02-12 Thread Jameson Rollins
On Fri, 12 Feb 2010 12:10:41 -0500, Jesse Rosenthal jrosent...@jhu.edu wrote: Change the buffer name to the subject of the thread instead of the thread-id. This is more meaningful to the user, and will make it easier to scroll through numerous open buffers. Wow, what a great idea. I was