Hello Tom, Il 10 dicembre 2020 alle 20:11 Tom Tunguz ha scritto: > Hi, > > I'm just getting into mutt and really enjoying it. I'm trying to create a > macro to add someone to the cc window that appears after closing the editor > (vim in my case) and mutt shows the to, cc, BCC, subject fields. I'd like > to hit control + g and add an email address. > > My current macro is this but it's not working. Can anyone help me fix this? > > macro editor \cg "c mut <m...@gmail.com>t...@gmail.com"
I suspect it should look like this: macro compose \cw "<edit-cc>t...@example.org<enter>" Notice: - «compose» instead of «editor» (you see the map you are currently in on bottom left or by pressing ‘?’); - \cw instead of \cg ad <C-g> is already taken by Bash here. If you press a key and «Key is not bound. Press '?' for help.» is displayed, you know the key can be bound.