trying to send a email in Mutt 1.5.23 on OS X
I have tried the following
set smtp_url = "smtps://m...@site.com:passw...@mail.site.com:587/"
set smtp_url = "smtps://m...@site.com:passw...@mail.site.com:465/"
set smtp_url = "smtps://m...@site.com:passw...@mail.site.com:25/“
set smtp_url = "smtp:/
Dear all,
To switch the "from" field to one of my alternates when reviewing an
email I wrote right before I press 'y' to send, is there a quick way?
I understand that I can do "ESC + f" and then enter it manually. But
how can I switch quickly and limit the choice to just those email
addresses that
Hi,
You can do that so many ways:
I use
folder-hook ~/mail/space...@antispaceman.com/* source
~/.mutt/profiles/space...@antispaceman.com
to change the from depending on which folder (or account in this case) I'm in.
You do the same with account-hook I'm assuming (if you using imap). You could
On Fri, May 22, 2015 at 02:15:40PM +0100, spaceman wrote:
Hi,
> I use
> folder-hook ~/mail/space...@antispaceman.com/* source
> ~/.mutt/profiles/space...@antispaceman.com
> to change the from depending on which folder (or account in this case) I'm in.
>
> You do the same with account-hook I'm ass
Xu Wang wrote (Fri 2015-May-22 08:59:01 -0400):
> I understand that I can do "ESC + f" and then enter it manually. But
> how can I switch quickly ...
After having typed f, you can use Ctrl+u to delete the current
value, and you can choose the new value from your aliases. The alias
selection supp
Hi,
reply-hook"~t mailing-list.org""my_hdr From: Richard
"
Not being an expert in hooks (or mutt) but it looks like my_hdr is the wrong
choice here. You probably need to do something like
set from = "spaceman "
to change whom you message comes from. However it would just be easier to
Hi,
I use this in my .muttrc, because I did not want to have it
automatically depended on folders or accounts:
macro compose I "^Umarkus" "Set identity / Select From:"
In my aliases file, I have these entries:
alias markus1 Markus
alias markus2 M.
alias markus3 MD
Regards,
Markus
On 22