aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2017-09-30 15:55:01 +0100
committerVasil Zlatanov <v@skozl.com>2017-09-30 15:55:01 +0100
commit0acc2b9fb6df46ea7f45464e80437384a3fb43ac (patch)
tree8706dc45b13d72a5cf7fc412e5592d0dd158b8ce
parent9438385bc07ff962a3fab981e678d9b289d9a59a (diff)
downloaddotfiles-0acc2b9fb6df46ea7f45464e80437384a3fb43ac.tar.gz
dotfiles-0acc2b9fb6df46ea7f45464e80437384a3fb43ac.tar.bz2
dotfiles-0acc2b9fb6df46ea7f45464e80437384a3fb43ac.zip
Add macros to change sender address
-rw-r--r--Mail/msmtprc3
-rw-r--r--Mail/muttrc12
-rw-r--r--Window_Manager/ratpoison/ratpoisonrc.conf4
3 files changed, 15 insertions, 4 deletions
diff --git a/Mail/msmtprc b/Mail/msmtprc
index 6b02734..19ea47a 100644
--- a/Mail/msmtprc
+++ b/Mail/msmtprc
@@ -14,9 +14,10 @@ port 587
protocol smtp
auth on
from vasil.zlatanov15@imperial.ac.uk
-user vasil.zlatanov15@imperial.ac.uk
+user vz215@ic.ac.uk
tls on
tls_starttls on
+tls_trust_file /etc/ssl/certs/ca-certificates.crt
account bitmessage
host mail.bitmessage.ch
diff --git a/Mail/muttrc b/Mail/muttrc
index 2f5cba3..cdbcc05 100644
--- a/Mail/muttrc
+++ b/Mail/muttrc
@@ -3,7 +3,7 @@ source ~/.mutt/crypto.rc
#LocalMail config
set mbox_type = Maildir
-set sendmail = /usr/local/bin/msmtpq
+set sendmail = msmtp
set folder = ~/.mail/
set spoolfile = "+dove/Inbox"
@@ -82,6 +82,16 @@ bind browser,pager \Cy previous-line
bind index \Ce next-line
bind index \Cy previous-line
+# Change from address
+bind index F noop
+macro index Fi \
+ ":set sendmail='msmtp -a imperial'; set from='vasil.zlatanov15@imperial.ac.uk<enter>" \
+ ":set from to vasil.zlatanov15@imperial.ac.uk"
+
+macro index Fd \
+ "set sendmail='msmtp'; set sendmail='v@skozl.com'<enter>" \
+ "set from to v@skozl.com'
+
bind index d noop
macro index dd \
"<save-message>+dove/Trash<enter>" \
diff --git a/Window_Manager/ratpoison/ratpoisonrc.conf b/Window_Manager/ratpoison/ratpoisonrc.conf
index 02abfc2..a68766d 100644
--- a/Window_Manager/ratpoison/ratpoisonrc.conf
+++ b/Window_Manager/ratpoison/ratpoisonrc.conf
@@ -106,7 +106,7 @@ bind V hsplit 2/3
bind s vsplit
bind S vsplit 2/3
bind d remove
-bind space exec qterminal
+bind space exec urxvt
bind o only
bind semicolon colon
bind e exec
@@ -160,7 +160,7 @@ definekey top s-c colon cont
definekey top s-x colon stop
definekey top s-f exec firefox
-definekey top s-v exec chromium --new-window --start-fullscreen https://google.com
+definekey top s-v exec chromium
definekey top s-V exec mpv `xclip -o` --ytdl-format=22
definekey top s-h exec ~/.config/vimb/history-search
#definekey top s-g exec gvim