Header and other questions

2011-05-17 Thread Florian Friesdorf
On Mon, 16 May 2011 09:29:19 -0700, Jameson Graef Rollins wrote: > On Mon, 16 May 2011 11:27:52 -0400, Jesse Rosenthal > wrote: > > The decision, if I remember correctly, was that regions are so intuitive > > for emacs users, and many people reported trying to tag by region > > without thinking

Header and other questions

2011-05-17 Thread Xavier Maillard
Hi, On Mon, 16 May 2011 09:29:19 -0700, Jameson Graef Rollins wrote: > On Mon, 16 May 2011 11:27:52 -0400, Jesse Rosenthal > wrote: > > The decision, if I remember correctly, was that regions are so intuitive > > for emacs users, and many people reported trying to tag by region > > without

Re: Header and other questions

2011-05-17 Thread Florian Friesdorf
On Mon, 16 May 2011 09:29:19 -0700, Jameson Graef Rollins jroll...@finestructure.net wrote: On Mon, 16 May 2011 11:27:52 -0400, Jesse Rosenthal jrosent...@jhu.edu wrote: The decision, if I remember correctly, was that regions are so intuitive for emacs users, and many people reported

Header and other questions

2011-05-16 Thread Mueen Nawaz
Jameson Graef Rollins writes: > On Mon, 16 May 2011 11:27:52 -0400, Jesse Rosenthal > wrote: >> The decision, if I remember correctly, was that regions are so intuitive >> for emacs users, and many people reported trying to tag by region >> without thinking about it, that this approach would

Header and other questions

2011-05-16 Thread Daniel Schoepe
On Sun, 15 May 2011 18:16:31 -0400, Jesse Rosenthal wrote: > It's possible, and works the way you'd think it would -- just select a > bunch of threads in the search list, and then tag them. It will apply > the tag to the messages in the region. (In fact, tagging a single thread > is just a

Header and other questions

2011-05-16 Thread Jesse Rosenthal
Hi, On Mon, 16 May 2011 17:15:17 +0200, Daniel Schoepe wrote: > I think this is only a subset of the requested functionality, since one > can only tag consecutive threads at once. It seems like for non-consecutive messages to be tagged, there'd have to be some sort of mutt-style

Header and other questions

2011-05-16 Thread Sebastian Spaeth
On Sat, 14 May 2011 22:23:16 -0700, mueen at nawaz.org wrote: > 2. Using the Python bindings, I want to do a query, get the messages, > and examine the headers of the messages. The problem is that if a > message is multi-part, then, I can't find any way to see the main > headers. I can only see

Header and other questions

2011-05-16 Thread Jameson Graef Rollins
On Mon, 16 May 2011 11:27:52 -0400, Jesse Rosenthal wrote: > The decision, if I remember correctly, was that regions are so intuitive > for emacs users, and many people reported trying to tag by region > without thinking about it, that this approach would make sense for the > emacs interface. In

Header and other questions

2011-05-16 Thread Xavier Maillard
Hi On Sat, 14 May 2011 22:23:16 -0700, mueen at nawaz.org wrote: > 3. Can I mark a bunch of messages for tagging in the Emacs interface? I > know I can tag all messages in a query, but sometimes I'd just like to > select a few manually and tag them (or apply some other command to > them). I do

Re: Header and other questions

2011-05-16 Thread Daniel Schoepe
On Sun, 15 May 2011 18:16:31 -0400, Jesse Rosenthal jrosent...@jhu.edu wrote: It's possible, and works the way you'd think it would -- just select a bunch of threads in the search list, and then tag them. It will apply the tag to the messages in the region. (In fact, tagging a single thread is

Re: Header and other questions

2011-05-16 Thread Mueen Nawaz
Jameson Graef Rollins jroll...@finestructure.net writes: On Mon, 16 May 2011 11:27:52 -0400, Jesse Rosenthal jrosent...@jhu.edu wrote: The decision, if I remember correctly, was that regions are so intuitive for emacs users, and many people reported trying to tag by region without thinking

Header and other questions

2011-05-15 Thread Jesse Rosenthal
On Sun, 15 May 2011 23:56:11 +0200, Xavier Maillard wrote: > On Sat, 14 May 2011 22:23:16 -0700, mueen at nawaz.org wrote: > > > 3. Can I mark a bunch of messages for tagging in the Emacs interface? I > > know I can tag all messages in a query, but sometimes I'd just like to > > select a few

Header and other questions

2011-05-15 Thread Daniel Kahn Gillmor
On 05/15/2011 01:23 AM, mueen at nawaz.org wrote: > 1. How do I see *all* the headers using the emacs interface? It shows me > only 4 headers. shift-v from within a "notmuch-show" buffer will show the entire source of the message, including all headers. i don't know the answers to your other

Header and other questions

2011-05-15 Thread mu...@nawaz.org
Daniel Kahn Gillmor writes: > On 05/15/2011 01:23 AM, mueen at nawaz.org wrote: >> 1. How do I see *all* the headers using the emacs interface? It shows me >> only 4 headers. > > shift-v from within a "notmuch-show" buffer will show the entire source > of the message, including all headers.

Re: Header and other questions

2011-05-15 Thread Daniel Kahn Gillmor
On 05/15/2011 01:23 AM, mu...@nawaz.org wrote: 1. How do I see *all* the headers using the emacs interface? It shows me only 4 headers. shift-v from within a notmuch-show buffer will show the entire source of the message, including all headers. i don't know the answers to your other questions,

Re: Header and other questions

2011-05-15 Thread mueen
Daniel Kahn Gillmor d...@fifthhorseman.net writes: On 05/15/2011 01:23 AM, mu...@nawaz.org wrote: 1. How do I see *all* the headers using the emacs interface? It shows me only 4 headers. shift-v from within a notmuch-show buffer will show the entire source of the message, including all

Re: Header and other questions

2011-05-15 Thread Jesse Rosenthal
On Sun, 15 May 2011 23:56:11 +0200, Xavier Maillard xav...@maillard.im wrote: On Sat, 14 May 2011 22:23:16 -0700, mu...@nawaz.org wrote: 3. Can I mark a bunch of messages for tagging in the Emacs interface? I know I can tag all messages in a query, but sometimes I'd just like to select a

Header and other questions

2011-05-14 Thread mu...@nawaz.org
Hi, 1. How do I see *all* the headers using the emacs interface? It shows me only 4 headers. 2. Using the Python bindings, I want to do a query, get the messages, and examine the headers of the messages. The problem is that if a message is multi-part, then, I can't find any way to see the main