Add ability to use alias e-mail addresses

This change allows for very short writings of mail-addressees. Simply
add a new mail-alias in the file ~/.config/mutt/mail_aliases in the
following form and I'm ready to use that alias.

    alias foo Foo Bar <mail.Foo.Bar@example.com>
This commit is contained in:
2026-03-24 17:00:51 +01:00
parent 4fc9c199f8
commit ead16aba9e
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
README.*
!README.adoc
.config/mutt/*_aliases
__pycache__