Update last name in mail scripts

This commit is contained in:
Felix Suchert 2022-10-27 11:46:13 +02:00
parent df28d4d6be
commit 73e97e13b0
Signed by: feliix42
GPG key ID: 24363525EA0E8A99
5 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
[user]
email = dev@felixwittwer.de
name = Felix Wittwer
email = dev@felixsuchert.de
name = Felix Suchert
signingkey = F8634A1CFF7D61608503A70B24363525EA0E8A99
[push]
default = simple

View file

@ -29,9 +29,9 @@ path=/home/felix/.mail
# address to which the original email was addressed.
#
[user]
name=Felix Wittwer
primary_email=felix.wittwer1@tu-dresden.de
other_email=felix.wittwer1@mailbox.tu-dresden.de;s6525655@msx.tu-dresden.de;
name=Felix Suchert
primary_email=felix.suchert@tu-dresden.de
other_email=felix.wittwer1@tu-dresden.de;felix.wittwer1@mailbox.tu-dresden.de;s6525655@msx.tu-dresden.de;
# Configuration for "notmuch new"
#

View file

@ -1,8 +1,8 @@
# vim: syntax=muttrc textwidth=100
# felix.wittwer1@tu-dresden.de
# felix.suchert@tu-dresden.de
set from = felix.wittwer1@tu-dresden.de
set from = felix.suchert@tu-dresden.de
set folder = "~/.mail/tu-dresden/"
set spoolfile = "~/.mail/tu-dresden/Inbox"
set postponed = =Drafts

View file

@ -114,7 +114,7 @@ source ~/.config/neomutt/themes/powerline/powerline.neomuttrc
## Basic Sending Options
set sendmail = "msmtp"
set use_from = yes
set realname = "Felix Wittwer"
set realname = "Felix Suchert"
set reverse_name # set the sender mail address to whomever it was originally sent
set envelope_from = yes
@ -133,7 +133,7 @@ set crypt_replyencrypt = yes
set crypt_replysign = yes
set crypt_replysignencrypted = yes
# set default key and encrypt to self
set smime_default_key = 0x39DDEFF5
set smime_default_key = 0xEEC27484
set smime_self_encrypt = yes

View file

@ -11,7 +11,7 @@ account tud
host msx.tu-dresden.de
port 587
auth login
from felix.wittwer1@tu-dresden.de
from felix.suchert@tu-dresden.de
user {{USER}}
passwordeval "pass mail/tud | head -1"