diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/env | 2 | ||||
-rw-r--r-- | .config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc | 2 | ||||
-rw-r--r-- | .config/mutt/defaults.muttrc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.config/env b/.config/env index f60cf3d..b6ad41e 100644 --- a/.config/env +++ b/.config/env @@ -16,7 +16,7 @@ export PATH="$HOME"/.local/bin:"$PATH":/usr/local/llvm10/bin:/usr/local/llvm11/b # Apps export EDITOR='emacsclient -t -a nvim' -export VISUAL='emacsclient -t -a nvim' +export VISUAL="$EDITOR" export PAGER='less' export TERMINAL='st' export BROWSER='firefox' diff --git a/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc b/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc index fc006cb..88d82d9 100644 --- a/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc +++ b/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc @@ -14,7 +14,7 @@ bind index,pager g noop bind index,pager M noop bind index,pager C noop bind index gg first-entry -macro index o "<shell-escape>mw -y bousset.rudy@gmail.com<enter>" "run mbsync to sync bousset.rudy@gmail.com" +macro index o "<shell-escape>mbsync -c /usr/home/jozan/.config/mbsync/mbsyncrc -a<enter>" "run mbsync to sync bousset.rudy@gmail.com" unmailboxes * mailboxes "=INBOX" "=[Gmail].Sent\ Mail" "=[Gmail].Drafts" "=[Gmail].Spam" "=[Gmail].Trash" diff --git a/.config/mutt/defaults.muttrc b/.config/mutt/defaults.muttrc index 0126aa5..aa04ead 100644 --- a/.config/mutt/defaults.muttrc +++ b/.config/mutt/defaults.muttrc @@ -3,7 +3,7 @@ # mutt-wizard will have this file sourced from your muttrc. # In the interest of seamless updating, do not edit this file. # If you want to override any settings, set those in your muttrc. -set mailcap_path = /usr/local/share/mutt-wizard/mailcap +set mailcap_path = /usr/home/jozan/.config/mutt/mailcap set date_format="%y/%m/%d %I:%M%p" set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)" set new_mail_command = "notify-send -u normal 'NeoMutt' ' %n new mail(s)' &" |