Re: headers in incoming mail

2000-05-26 Thread Manuel Arriaga

Hi Frank,

Thanks, setting alternates to my own address got the Fcc: mailbox to automatically 
show the recipient.

Cheers,

Manuel

> > 
> > - Is it possible to set up your Fcc: mailbox (in my case
> > Mail/Sent) so that it displays the messages recipiend in the
> > index, instead of the sender (always me... :-)?
> 
> Depends on the the settings of 
> set alternates=([EMAIL PROTECTED]|[EMAIL PROTECTED])
> 
> If mutt know wich address belongs to you, it display the To
> address in teh index.



Re: headers in incoming mail

2000-05-26 Thread Manuel Arriaga

Hi David,

> > - I have put "ignore (blabla)" into my .muttrc in order to keep the visible part 
>of the headers in incoming mail readable, but now I would like to sort the different 
>lines, too. Is this possible?
> 
> Read the manual regarding the hdr_order directive.

Thanks, now they look as I like them. :-)
 
> > - Is it possible to set up your Fcc: mailbox (in my case Mail/Sent) so that it 
>displays the messages recipiend in the index, instead of the sender (always me... :-)?
> 
> folder-hook . set index_format="whatever is normal or default"
> folder-hook =Sent set index_format="change %f or %n or whatever to %F"
> 
> I think.  Actually, though I just use %F instead of the default all the
> time.  It tells me who I sent to if I wrote it, and who it came from
> otherwise.

I thought that the setup you described here was what I was looking for, so I defined

folder-hook =Sent set index_format="%F", restarted mutt, but everything looks just the 
same (in my Fcc: mailbox my name is still shown); what am I doing wrong?

Thanks,

Manuel 




Re: headers in incoming mail

2000-05-26 Thread Frank Matthiess

Friday den 26.05.2000 um 13:12 CEST  +0200, schrieb Manuel Arriaga:
> Hi all,
> 
> Two short config questions:
> 
> - I have put "ignore (blabla)" into my .muttrc in order to keep
> the visible part of the headers in incoming mail readable, but
> now I would like to sort the different lines, too. Is this
> possible?

ignore *
unignore date to cc organization x-mailer from subject
unignore organization organisation x-mailer\
  x-newsreader x-mailing-list:
unignore posted-to:
unignore reply-to x-to approved-by
unignore X-Operating-System

> 
> For example, right now most incoming messages show me the date
> the message was sent on at the top; can I put the From: field
> there instead?

unhdr_order *   # forget the previous
settings
hdr_order date to cc organization x-mailer from subject


> 
> - Is it possible to set up your Fcc: mailbox (in my case
> Mail/Sent) so that it displays the messages recipiend in the
> index, instead of the sender (always me... :-)?

Depends on the the settings of 
set alternates=([EMAIL PROTECTED]|[EMAIL PROTECTED])

If mutt know wich address belongs to you, it display the To
address in teh index.
 Manuel

-- 
Frank Matthieß   [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 PGP signature


Re: headers in incoming mail

2000-05-26 Thread David Champion

On 2000.05.26, in <[EMAIL PROTECTED]>,
"Manuel Arriaga" <[EMAIL PROTECTED]> wrote:
> Hi all,
> 
> Two short config questions:
> 
> - I have put "ignore (blabla)" into my .muttrc in order to keep the visible part of 
>the headers in incoming mail readable, but now I would like to sort the different 
>lines, too. Is this possible?

Read the manual regarding the hdr_order directive.

> - Is it possible to set up your Fcc: mailbox (in my case Mail/Sent) so that it 
>displays the messages recipiend in the index, instead of the sender (always me... :-)?

folder-hook . set index_format="whatever is normal or default"
folder-hook =Sent set index_format="change %f or %n or whatever to %F"

I think.  Actually, though I just use %F instead of the default all the
time.  It tells me who I sent to if I wrote it, and who it came from
otherwise.

-- 
 -D.[EMAIL PROTECTED]NSITUniversity of Chicago



headers in incoming mail

2000-05-26 Thread Manuel Arriaga

Hi all,

Two short config questions:

- I have put "ignore (blabla)" into my .muttrc in order to keep the visible part of 
the headers in incoming mail readable, but now I would like to sort the different 
lines, too. Is this possible?

For example, right now most incoming messages show me the date the message was sent on 
at the top; can I put the From: field there instead?

- Is it possible to set up your Fcc: mailbox (in my case Mail/Sent) so that it 
displays the messages recipiend in the index, instead of the sender (always me... :-)?

Thank you for any tips.

Cheers,

Manuel