Header and other questions

2011-05-15 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 n

[RFC/PATCH] Vim client rewrite

2011-05-15 Thread an...@khirnov.net
ackets[1]) endif return res endfunction " --- other helpers {{{1 function! s:NM_kill_this_buffer() let prev_bufnr = b:nm_prev_bufnr python nm_vim.delete_current_buffer() bdelete! exec printf("buffer %d", prev_bufnr) endfunction function! s:N

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 man

Re: 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, 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 few manuall

Re: Header and other questions

2011-05-15 Thread Xavier Maillard
Hi 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 few manually and tag them (or apply some other command to > them). I do not

Header and other questions

2011-05-15 Thread Daniel Kahn Gillmor
answers 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/attac

[RFC/PATCH] Vim client rewrite

2011-05-15 Thread anton
Hi, my attempts to make the vim client more usable somehow spiraled out of control and turned into a huge rewrite. The intermediate results I hereby present for your amusement and comments. (attached as whole files, since the patch would be unreadable) The main point of the rewrite is splitting

Re: Header and other questions

2011-05-15 Thread mueen
Daniel Kahn Gillmor 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 headers. That di

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. That

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 questio

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