Remove privates
This commit is contained in:
parent
ced1d9eab7
commit
3b31f36a09
32
neomutt/muttrc.example
Normal file
32
neomutt/muttrc.example
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# CREDENTIALS
|
||||||
|
set my_user = "wp1160188-raabe"
|
||||||
|
set my_pass = "sancho!mail1"
|
||||||
|
|
||||||
|
# IMAP
|
||||||
|
set my_name = "Stephan Raabe"
|
||||||
|
set imap_user = $my_user
|
||||||
|
set imap_pass = $my_pass
|
||||||
|
set folder = imaps://wp1160188.mail.server-he.de
|
||||||
|
set spoolfile = +INBOX
|
||||||
|
set mail_check = 120
|
||||||
|
|
||||||
|
# SMTP
|
||||||
|
set realname = "Stephan Raabe"
|
||||||
|
set from = mail@stephan-raabe.de
|
||||||
|
set use_from = yes
|
||||||
|
set smtp_pass = $my_pass
|
||||||
|
set smtp_url = smtps://$my_user@wp1160188.mailout.server-he.de
|
||||||
|
set ssl_force_tls = yes
|
||||||
|
|
||||||
|
# EDITOR
|
||||||
|
set editor = vim
|
||||||
|
set sort_aux = last-date-received
|
||||||
|
set sort = reverse-threads
|
||||||
|
|
||||||
|
# FORWARD EMAIL WITH ATTACHEMENTS
|
||||||
|
set mime_forward
|
||||||
|
set mime_forward_rest=yes
|
||||||
|
|
||||||
|
#SIDEBAR
|
||||||
|
set sidebar_visible
|
||||||
|
|
6
spotifyd/spotifyd.conf.example
Normal file
6
spotifyd/spotifyd.conf.example
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[global]
|
||||||
|
# Your Spotify account name.
|
||||||
|
username = ""
|
||||||
|
|
||||||
|
# Your Spotify account password.
|
||||||
|
password = ""
|
Loading…
Reference in New Issue
Block a user