how to display a status-message from macros?
- To: mutt-users@xxxxxxxx
- Subject: how to display a status-message from macros?
- From: Raphael Brunner <trance202@xxxxxxxxx>
- Date: Sun, 18 May 2008 20:42:18 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject:message-id:mime-version:content-type:content-disposition; bh=ya2PTdYuaDJ+zFTgwTa73liuFfzGuyG8dIsBMiedlaY=; b=dllnzabFnMdNlgBCtc4swQ2wKnAsZ+lMCac4lfliIAsM+RGqjbOAcP8DHvA6h7jWOpG2XewwO6Anz5lkkW9pKfleOWvrgkDevEY954i4YdmYc/sWEjqS7Xo+BhtLG5NgWAu6HCPQ5B2wKJmT3VgyxcVNTtCZ4RxOqNdSVepqm94=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type:content-disposition; b=KnSl8UKpNKOaCNlfET3vOivLaSPpf0cJLHj50m/PXgIxZb4OO8G4IoP3OrWj/ehjdWLosy/8lp82GaiOGFSG2BMGLtv3+P8L8tSh7TMrMmsnJdL9COaorAipibBFwRr7V8q8QkFGYfDNOKlG9nvYjLyDEkcZHsI1x1LxC7bEnKk=
- List-post: <mailto:mutt-users@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-users"
- Sender: owner-mutt-users@xxxxxxxx
dear users
I use macros to switch between different mail-account (sending). Now, I
change with macros F2, F3, etc... the 'set from="my-own@adress"<enter>'
this works great, but, I want to show the adress.
If in .muttrc is this "push <show-version>" then it display at the start
the version-string. Is it also possible to show something like my
address from macros?
Now, I use this, but the "sleep" isn't very nice...
macro index <F2> "<enter-command>set from='myadr@xxxxxxx'<enter>!echo "use
myadr@xxxxxxx";sleep 1<enter>"
is there a way to display a status-message?
Thanks for all your ideas.
Greetings, Raphael