personalized muttrc
This commit is contained in:
parent
bf56b091eb
commit
16e6d04fc2
1 changed files with 7 additions and 7 deletions
12
.muttrc
12
.muttrc
|
|
@ -1,21 +1,21 @@
|
||||||
## REQUIRED SETTINGS
|
## REQUIRED SETTINGS
|
||||||
## -----------------
|
## -----------------
|
||||||
# remote mailbox
|
# remote mailbox
|
||||||
set folder="imap://username@mail.lugh.ch"
|
set folder="imap://oli@mail.lugh.ch"
|
||||||
set spoolfile="imap://username@mail.lugh.ch/"
|
set spoolfile="imap://oli@mail.lugh.ch/"
|
||||||
|
|
||||||
# Enable TLS
|
# Enable TLS
|
||||||
set ssl_starttls=yes
|
set ssl_starttls=yes
|
||||||
|
|
||||||
# Personal stuff
|
# Personal stuff
|
||||||
set realname="Firstname Lastname"
|
set realname="Oliver Ladner"
|
||||||
set from="username@lugh.ch"
|
set from="oli@lugh.ch"
|
||||||
set use_from=yes
|
set use_from=yes
|
||||||
|
|
||||||
# Show "From:" header while composing
|
# Show "From:" header while composing
|
||||||
# set edit_headers=yes
|
set edit_headers=yes
|
||||||
# Envelope == From
|
# Envelope == From
|
||||||
# set use_envelope_from=yes
|
set use_envelope_from=yes
|
||||||
|
|
||||||
# Encryption settings
|
# Encryption settings
|
||||||
set ssl_starttls=yes
|
set ssl_starttls=yes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue