On Wed, Aug 15, 2012 at 09:50:15AM -0300, Marcelo Laia wrote:
> Hi,
>
> How I would change the current profile on the fly?
>
> I have 3 account and I would like to send mails with my username
> according to current account.
maybe this approach is a bit rude, but:
macro compose H '<enter-command>set sendmail="~/bin/msmtpQ -a
hotmail"<enter><edit-from>Marco Giusti
<[email protected]><enter><edit-reply-to>[email protected]<enter>'
"Send email with hotmail account"
macro compose G '<enter-command>set sendmail="~/bin/msmtpQ -a
gmail"<enter><edit-from>Marco Giusti
<[email protected]><enter><edit-reply-to>[email protected]<enter>'
"Send email with gmail account"
in addiction to some send-hooks.
m.