mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 14:06:30 +00:00
Update last name in mail scripts
This commit is contained in:
parent
df28d4d6be
commit
73e97e13b0
5 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
||||||
[user]
|
[user]
|
||||||
email = dev@felixwittwer.de
|
email = dev@felixsuchert.de
|
||||||
name = Felix Wittwer
|
name = Felix Suchert
|
||||||
signingkey = F8634A1CFF7D61608503A70B24363525EA0E8A99
|
signingkey = F8634A1CFF7D61608503A70B24363525EA0E8A99
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
|
|
@ -29,9 +29,9 @@ path=/home/felix/.mail
|
||||||
# address to which the original email was addressed.
|
# address to which the original email was addressed.
|
||||||
#
|
#
|
||||||
[user]
|
[user]
|
||||||
name=Felix Wittwer
|
name=Felix Suchert
|
||||||
primary_email=felix.wittwer1@tu-dresden.de
|
primary_email=felix.suchert@tu-dresden.de
|
||||||
other_email=felix.wittwer1@mailbox.tu-dresden.de;s6525655@msx.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"
|
# Configuration for "notmuch new"
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# vim: syntax=muttrc textwidth=100
|
# 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 folder = "~/.mail/tu-dresden/"
|
||||||
set spoolfile = "~/.mail/tu-dresden/Inbox"
|
set spoolfile = "~/.mail/tu-dresden/Inbox"
|
||||||
set postponed = =Drafts
|
set postponed = =Drafts
|
||||||
|
|
|
@ -114,7 +114,7 @@ source ~/.config/neomutt/themes/powerline/powerline.neomuttrc
|
||||||
## Basic Sending Options
|
## Basic Sending Options
|
||||||
set sendmail = "msmtp"
|
set sendmail = "msmtp"
|
||||||
set use_from = yes
|
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 reverse_name # set the sender mail address to whomever it was originally sent
|
||||||
set envelope_from = yes
|
set envelope_from = yes
|
||||||
|
|
||||||
|
@ -133,7 +133,7 @@ set crypt_replyencrypt = yes
|
||||||
set crypt_replysign = yes
|
set crypt_replysign = yes
|
||||||
set crypt_replysignencrypted = yes
|
set crypt_replysignencrypted = yes
|
||||||
# set default key and encrypt to self
|
# set default key and encrypt to self
|
||||||
set smime_default_key = 0x39DDEFF5
|
set smime_default_key = 0xEEC27484
|
||||||
set smime_self_encrypt = yes
|
set smime_self_encrypt = yes
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ account tud
|
||||||
host msx.tu-dresden.de
|
host msx.tu-dresden.de
|
||||||
port 587
|
port 587
|
||||||
auth login
|
auth login
|
||||||
from felix.wittwer1@tu-dresden.de
|
from felix.suchert@tu-dresden.de
|
||||||
user {{USER}}
|
user {{USER}}
|
||||||
passwordeval "pass mail/tud | head -1"
|
passwordeval "pass mail/tud | head -1"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue