Re: reverse_name with alternates not working right

2012-10-07 Thread chs748
* Rado Q l%...@gmx.de [07.10.2012 11:45]:
 Sounds like your alternates definition matches the sender, too.
 mutt thinks you write to yourself.

Thanks for that hint. Indeed I had spaces added in between the list of
alternative addresses. I wasn't aware that 'alternates' is a regular
expression. Now it works. 


Re: IMAP with freenet.de: sent mails are saved in wrong folder

2010-09-02 Thread chs748
On Wed, 1 Sep 2010 09:42:18 -0700
Michael Elkins m...@sigpipe.org wrote:

 Try running Mutt in debug mode (mutt -d 5) and look at
 ~/.muttdebug0.  I would be surprised if Mutt were saving to the wrong
 folder by capitalizing the first letter of the last word.
 

Thanks for help. I found the error. I had another line in my Mutt
config file:
'set record==Sent'.

Changing it to 'set record==sent' fixed the issue. I should have seen
that before.

Now I wonder if I need that line at all since I am setting the sent
folder in my folder hooks again like:

folder-hook imaps://mx.freenet.de/ 'set
folder=imaps://mx.freenet.de/INBOX
record=imaps://mx.freenet.de/INBOX/sent from=...'

Or do I need a default setting for that parameter?

Regards, Chris






IMAP with freenet.de: sent mails are saved in wrong folder

2010-09-01 Thread chs748
Hi all,

I am using Mutt 1.5.20 on Ubuntu 10.04 and am connecting to the german
mail provider Freenet via IMAP.

There are now two folders for sent mails in the IMAP folder structure,
Mutt is listing one as sent and the other one as Sent. The latter
one was apparently created by Mutt. In Claws Mail the first
folder is listed as Gesendet while the other one also as Sent. 

I am pointing to the sent folder in my Mutt configuration ('set
folder=imaps://mx.freenet.de/INBOX
record=imaps://mx.freenet.de/INBOX/sent..). Mutt however still saves
the emails in the Sent folder. 

Can anyone give me some advice how I can convince Mutt to save the sent
emails in the default sent folder so they are in the same folder as
the ones created by Claws Mail and the freenet web interface?

Kind regards,
Chris