X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=email%2F.config%2Fmutt%2Fmuttrc;h=1125be8effc93bd6b40a96ac9f28f31f8d0d13c6;hb=44314753a0aca76ea9d82af73a1f55a3c1ee208c;hp=7f3a76f223c027074beac79f504de57354e305c7;hpb=cba7929a64d9a7b443e3b0ac8d0ca75bc247adb0;p=dotfiles.git diff --git a/email/.config/mutt/muttrc b/email/.config/mutt/muttrc index 7f3a76f..1125be8 100644 --- a/email/.config/mutt/muttrc +++ b/email/.config/mutt/muttrc @@ -1,6 +1,6 @@ # Basic information -set from="mart@martlubbers.net" -alternates "(mart@cs\.ru\.nl|mart@martlubbers\.net|Mart\.Lubbers@ru\.nl)" +set from="Mart Lubbers " +alternates "(mart@cs\.ru\.nl|m\.lubbers@cs\.ru\.nl|mart@martlubbers\.net|Mart\.Lubbers@ru\.nl)" set use_from=yes set reverse_name=yes set envelope_from=yes @@ -21,10 +21,11 @@ macro attach B "firefox \"data:text/html;base64,$(base64 -w 0 <&0)\" # Set the correct msmtp account for the different addresses send2-hook '~f mart@martlubbers.net'\ 'set sendmail="checkattach.sh msmtp -a net"' -send2-hook '((~f m.lubbers@cs.ru.nl)|(~f m.lubbers@science.ru.nl)|(~f mart@cs.ru.nl))'\ +send2-hook '((~f m.lubbers@cs.ru.nl)|(~f m.lubbers@science.ru.nl)|(~f mart@cs.ru.nl)|(~f m.lubbers@cs.ru.nl))'\ 'set sendmail="checkattach.sh msmtp -a ru"' # Macro for switching to the ru address +macro compose 1 "f^UMart Lubbers " macro compose 2 "f^UMart Lubbers " # Key bindings @@ -69,8 +70,11 @@ auto_view text/calendar auto_view application/vnd.openxmlformats-officedocument.wordprocessingml.document auto_view application/vnd.oasis.opendocument.text auto_view application/msword +# vcards +auto_view text/x-vcard # Pager options +#set pager=/usr/share/vim/vim82/macros/less.sh set pager_index_lines=20 set pager_context=3 set pager_stop