Re: 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 about it, that this approach would make sense for the
> > emacs interface. In other words, keep the emacs interface emacsy. I
> > think I still agree with that, since I feel like having both would be
> > confusing (what do you do when you select a marked-line in a region?)
> > and I like the one I tend toward intuitively. But I certainly see the
> > benefit of the other functionality as well.
> 
> I should mention that in my experience it's usually not that hard to
> construct searches (or filters on searches) that pair down to just the
> messages you want to tag, in which case you can just tag the entire
> buffer.

Maybe its more a question of key bindings:
1. add some special tag to messages
2. filter on this tag
3. do something with the whole buffer
4. remove special tag from all messages
5. close filter

I'd welcome a standard set of key bindings for it.

-- 
Florian Friesdorf 
  GPG FPR: 7A13 5EEE 1421 9FC2 108D  BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: f...@chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel,OFTC


pgp0nZcnONRbJ.pgp
Description: PGP signature
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: 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 make sense for the
>> emacs interface. In other words, keep the emacs interface emacsy. I
>> think I still agree with that, since I feel like having both would be
>> confusing (what do you do when you select a marked-line in a region?)
>> and I like the one I tend toward intuitively. But I certainly see the
>> benefit of the other functionality as well.
>
> I should mention that in my experience it's usually not that hard to
> construct searches (or filters on searches) that pair down to just the
> messages you want to tag, in which case you can just tag the entire
> buffer.

I guess so. I still haven't really switched to notmuch for real mail so
I have little experience. I don't quite remember why I would have found
it handy when I wrote it, but it was while I was busy experimenting with
tagging my existing archive. 

___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: Header and other questions

2011-05-16 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 thinking about it, that this approach would make sense for the
> > emacs interface. In other words, keep the emacs interface emacsy. I
> > think I still agree with that, since I feel like having both would be
> > confusing (what do you do when you select a marked-line in a region?)
> > and I like the one I tend toward intuitively. But I certainly see the
> > benefit of the other functionality as well.
> 
> I should mention that in my experience it's usually not that hard to
> construct searches (or filters on searches) that pair down to just the
> messages you want to tag, in which case you can just tag the entire
> buffer.

That's true. I always end up doing that way. Though, many Gnus users are
used to mark and to massage all those messages at once, thus offering
this possibility could help.

/Xavier
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: 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 other words, keep the emacs interface emacsy. I
> think I still agree with that, since I feel like having both would be
> confusing (what do you do when you select a marked-line in a region?)
> and I like the one I tend toward intuitively. But I certainly see the
> benefit of the other functionality as well.

I should mention that in my experience it's usually not that hard to
construct searches (or filters on searches) that pair down to just the
messages you want to tag, in which case you can just tag the entire
buffer.

jamie.


pgpOlNCfSMprf.pgp
Description: PGP signature
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: 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 message-marking facility. There was some
discussion when the feature was first introduced about whether to go
with region or marking. I think I wrote a quick version of both. (I just
checked -- that uncertainty is actually still there in the commit msg of
4c9585933 where the region feature comes in.)

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 other words, keep the emacs interface emacsy. I
think I still agree with that, since I feel like having both would be
confusing (what do you do when you select a marked-line in a region?)
and I like the one I tend toward intuitively. But I certainly see the
benefit of the other functionality as well.

Best,
Jesse
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: 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 special case of this, with a one-line region.)

I think this is only a subset of the requested functionality, since one
can only tag consecutive threads at once.

-- Daniel


pgpb7qYX3MKAG.pgp
Description: PGP signature
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: Header and other questions

2011-05-16 Thread Sebastian Spaeth
On Sat, 14 May 2011 22:23:16 -0700, mu...@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 the "headers" of each part. (I really would like
> this working!)

Python just does a notmuch_message_get_headers I believe, so it will
return whatever libnotmuch returns.

Sebastian


pgpCUgNRefIox.pgp
Description: PGP signature
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


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 manually and tag them (or apply some other command to
> > them).
> 
> I do not think that's possible at the moment but that could be quite
> useful.

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 special case of this, with a one-line region.)

--Jesse
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


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 think that's possible at the moment but that could be quite
useful.

/Xavier
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


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 did the trick - thanks!

___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


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, sorry!

regards,

--dkg



signature.asc
Description: OpenPGP digital signature
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch