Hello Chris,

On Tue, Jan 07, 2020 at 04:44:41PM +0000, Chris Green wrote:
> I want to emulate typing a dozen or so keys into mutt 'automatically'
> so my typing doesn't slow things down.  One can't just redirect
> standard input because that makes mutt think you want to run in
> scripting mode with everything on the command line.

Not sure if this answers the question, but macros accept "raw" keys

    macro index e mpr...@example.org<enter>test<enter>
        # this composes a new message and fills to/subject on my machine

or you mean at startup? in that case, just put something like this
as the last line of your .muttrc

    push "<change-folder>?<toggle-mailboxes>"

Reply via email to