Re: MTA and fcc-hook

2008-01-11 Thread Lucas GR
Hi again, Thank you for your help. Now emails are sent from where i want to, I would like to auto save a copy of the sent email in the same mailbox where it is sent from. In muttrc I have: set record=+mailboxes/mydir In folder-hooks I have: folder-hook =mailboxes/m

Re: MTA and fcc-hook

2008-01-11 Thread Lucas GR
El 0, Michelle Konzack <[EMAIL PROTECTED]> escribió: > How do you want archive this from mutt? > exim, postfix or courier, even ssmtp or msmtp can not change the > SMTP-Relay on the fly. This is a config option from the MTA. I was thinking of a macro wich reconfigured and restarted exim or wh

Re: MTA and fcc-hook

2008-01-11 Thread Michelle Konzack
Am 2008-01-08 19:46:58, schrieb Rado S: > =- Lucas GR wrote on Tue 8.Jan'08 at 18:57:11 +0100 -= > > > I was wondering if it could be possible to use differents smtp > > servers depending of the destinatary of the email. > > Yes, see "send-hook" cmd and "sendmail" var. How do you want archive t

Re: Mutt with IMAP not checking (subscribed) folders

2008-01-11 Thread Michelle Konzack
Am 2008-01-08 22:53:10, schrieb Patrick Ben Koetter: > Almost a week gone by and nobody picked this mail up. :-) Maybe to less infos... > Am I asking the wrong list? Is there some error so obvious nobody even thinks > its worth to answer? First of all: Since you have: set folder=imap://m

How to move outgoing mails in different mailboxes

2008-01-11 Thread Francis Moreau
Hello, First of all, I did read the manual and I know how to do basic move using hooks, yes I did my homework ;) But with my following config, I don't see how to set up mutt to do the right thing. This is my config: - My spool mailbox is in a non-default place: it points to my imap local

Re: MTA and fcc-hook

2008-01-11 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday, January 11 at 04:25 AM, quoth Lucas GR: > I would like to auto save a copy of the sent email in the same > mailbox where it is sent from. This should do it: fcc-hook . ^ ~Kyle - -- Testing can show the presence of errors, but not t

Re: MTA and fcc-hook

2008-01-11 Thread Lucas GR
Yes, it did work very well :) With the help of this hint i could discover the reason of why it ignored the record set in the folder-hook. It was because of this line at fcc-hooks: fcc-hook .* =mailboxes/mydir Once the line is commented and all folder-hooks are set up everything works per

Re: How to move outgoing mails in different mailboxes

2008-01-11 Thread Lucas GR
> So now I'd like to move my outgoing emails according to the mailbox > I'm composing this email I have just asked the same thing It is the thread named 'MTA and fcc-hook' Good Luck Lucas J. González

Re: How to move outgoing mails in different mailboxes

2008-01-11 Thread Francis Moreau
He Hello Kyle, On Jan 11, 2008 7:42 PM, Kyle Wheeler <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Friday, January 11 at 06:19 PM, quoth Francis Moreau: > > So now I'd like to move my outgoing emails according to the mailbox > > I'm composing this email: > > L

Re: How to move outgoing mails in different mailboxes

2008-01-11 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday, January 11 at 06:19 PM, quoth Francis Moreau: > So now I'd like to move my outgoing emails according to the mailbox > I'm composing this email: Let's start with the exception: > - if I compose an email from a mailing list, I suppose ther

Re: How to move outgoing mails in different mailboxes

2008-01-11 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday, January 11 at 09:26 PM, quoth Francis Moreau: >> The following will do that: >> >> fcc-hook . ^ >> > > Ah, that's what I can't find in the documentation. '^' char means the > current mailbox, doesn't it ? > > I took a look to "mailbox

Re: Mutt with IMAP not checking (subscribed) folders

2008-01-11 Thread Patrick Ben Koetter
* Michelle Konzack <[EMAIL PROTECTED]>: > Am 2008-01-08 22:53:10, schrieb Patrick Ben Koetter: > > Almost a week gone by and nobody picked this mail up. > > :-) Maybe to less infos... This I can hopefully mend... > > Am I asking the wrong list? Is there some error so obvious nobody even > > t

Re: How to move outgoing mails in different mailboxes

2008-01-11 Thread Francis Moreau
On Jan 11, 2008 9:49 PM, Kyle Wheeler <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Friday, January 11 at 09:26 PM, quoth Francis Moreau: > >> The following will do that: > >> > >> fcc-hook . ^ > >> > > > > Ah, that's what I can't find in the documentation

Re: How to move outgoing mails in different mailboxes

2008-01-11 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday, January 11 at 10:30 PM, quoth Francis Moreau: > So does that mean I can't use this new notation with the version of > Mutt I'm using: 1.5.14 ? I unfortunately can't test it right now > cause I'm writting this on a machine where Mutt is not

Re: save-hook does not save in the right location?

2008-01-11 Thread Jörg Sommer
Hallo Corsair, Corsair <[EMAIL PROTECTED]> wrote: > On Thu, Jan 10, 2008 at 01:31:41PM +0100, Rocco Rutte wrote: >> If you want to move read mail to ~/read-mail and ~/read-lists, you can do >> something like this: >> >> folder-hook . 'set mbox=~/read-mail' >> folder-hook =lists 'set mbox=~/re

Re: How to move outgoing mails in different mailboxes

2008-01-11 Thread Patrick Shanahan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * Kyle Wheeler <[EMAIL PROTECTED]> [01-11-08 17:28]: > On Friday, January 11 at 10:30 PM, quoth Francis Moreau: > > So does that mean I can't use this new notation with the version of > > Mutt I'm using: 1.5.14 ? I unfortunately can't test it right no

mail2muttalias.py problem

2008-01-11 Thread Michael
I am trying to use mail2muttalias.py with mutt, but when I tap the "A" key, I get the following error: SyntaxError: Non-ASCII character '\xf6' in file /home/mike/.mutt/mail2muttalias.py on line 114, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details Press any key to

Re: mail2muttalias.py problem

2008-01-11 Thread Christian Ebert
* Michael on Friday, January 11, 2008 at 18:23:35 -0700 > I am trying to use mail2muttalias.py with mutt, but when I tap the "A" > key, I get the following error: > > SyntaxError: Non-ASCII character '\xf6' in file > /home/mike/.mutt/mail2muttalias.py on line 114, but no encoding > declared; see h

Re: mail2muttalias.py problem

2008-01-11 Thread Michael
On Sat, Jan 12, 2008 at 03:05:31AM +0100, Christian Ebert wrote: > * Michael on Friday, January 11, 2008 at 18:23:35 -0700 > > I am trying to use mail2muttalias.py with mutt, but when I tap the "A" > > key, I get the following error: > > > > SyntaxError: Non-ASCII character '\xf6' in file > > /hom