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

storing From and Subject in xapian

2011-05-15 Thread servilio
On 12 May 2011 04:39, Istvan Marko wrote: > Stewart Smith writes: > >> Would it be possible to progressively fill the DB with the new data? >> >> i.e. >> >> if Subject/From not in db for message >> ? ?add Subject/From for this message to DB. > > I started looking into this but then realized that

Header and other questions

2011-05-15 Thread Daniel Kahn Gillmor
rs to your other questions, sorry! regards, --dkg -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 1030 bytes Desc: OpenPGP digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachment

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.

[RFC/PATCH] Vim client rewrite

2011-05-15 Thread an...@khirnov.net
+ 1 let indentlevel = matchstr(getline(v:foldstart), '^[0-9]\+') return repeat(' ', indentlevel) . getline(v:foldstart + 1) endfunction "Completion of search prompt "TODO properly deal with complex queries function! Search_type_completion(arg_lead, cmd_line, cursor_pos) let idx = stri

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