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