summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2016-02-02 21:52:31 -0500
committerThibaut Horel <thibaut.horel@gmail.com>2016-02-02 21:52:31 -0500
commit989fc8c52501a57e10c2cb2224f82a948780073e (patch)
tree2ce66092e0e3d1f9d6f2f5bab23c73474d5fbbfa
parent9f4f9cdeece5c9d0625ed7fa661bb734db414ced (diff)
downloaddotfiles-989fc8c52501a57e10c2cb2224f82a948780073e.tar.gz
Update mail config
-rw-r--r--.gitmodules3
-rw-r--r--mutt/.mutt/muttrc6
-rw-r--r--mutt/.notmuch-config2
-rwxr-xr-x[-rw-r--r--]offlineimap/.offlineimap.py0
-rw-r--r--offlineimap/.offlineimaprc2
5 files changed, 9 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index cbfc814..525389e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -43,3 +43,6 @@
[submodule ".vim/bundle/pig.vim"]
path = vim/.vim/bundle/pig.vim
url = https://github.com/motus/pig.vim.git
+[submodule "mutt/.mutt/scripts"]
+ path = mutt/.mutt/scripts
+ url = git@horel.org:thibaut/mutt-helpers
diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc
index ca01c52..2edf751 100644
--- a/mutt/.mutt/muttrc
+++ b/mutt/.mutt/muttrc
@@ -1,5 +1,5 @@
# general settings
-set folder=/media/data/mail
+set folder=/mnt/data/mail
set mbox_type=Maildir
set spoolfile=+Gmail/INBOX
set mbox=+Gmail/Archives
@@ -10,6 +10,7 @@ set header_cache=~/.mutt/cache
set timeout = 5
unset wait_key
set pipe_decode
+set imap_peek=no
# index settings
set sort=threads
@@ -42,7 +43,8 @@ set reflow_text
# sidebar settings
set sidebar_delim = ' │'
set sidebar_visible = yes
-set sidebar_width = 24
+set sidebar_width = 30
+set sidebar_shortpath = yes
# compose
set from="thibaut.horel@gmail.com"
diff --git a/mutt/.notmuch-config b/mutt/.notmuch-config
index 8c0fd16..b2dad93 100644
--- a/mutt/.notmuch-config
+++ b/mutt/.notmuch-config
@@ -1,5 +1,5 @@
[database]
-path=/media/data/mail
+path=/mnt/data/mail
[user]
name=Thibaut Horel
diff --git a/offlineimap/.offlineimap.py b/offlineimap/.offlineimap.py
index d733bdb..d733bdb 100644..100755
--- a/offlineimap/.offlineimap.py
+++ b/offlineimap/.offlineimap.py
diff --git a/offlineimap/.offlineimaprc b/offlineimap/.offlineimaprc
index 0a057bb..1605d5e 100644
--- a/offlineimap/.offlineimaprc
+++ b/offlineimap/.offlineimaprc
@@ -31,7 +31,7 @@ labelsheader = X-Keywords
[Repository LocalGmail]
type = GmailMaildir
-localfolders = /media/data/mail/Gmail
+localfolders = /mnt/data/mail/Gmail
[Repository RemoteGmail]