diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-01-08 17:17:57 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-01-08 17:17:57 +0100 |
commit | 394bca4b8511ec5f41115e29f0dcebb4387771cc (patch) | |
tree | 5c12b5271c989321c64e032ad61e04dba1512898 /.config/mutt | |
parent | kb script change (diff) | |
download | dotfiles-bsd-394bca4b8511ec5f41115e29f0dcebb4387771cc.tar.gz dotfiles-bsd-394bca4b8511ec5f41115e29f0dcebb4387771cc.tar.bz2 dotfiles-bsd-394bca4b8511ec5f41115e29f0dcebb4387771cc.tar.xz dotfiles-bsd-394bca4b8511ec5f41115e29f0dcebb4387771cc.tar.zst dotfiles-bsd-394bca4b8511ec5f41115e29f0dcebb4387771cc.zip |
Update
Diffstat (limited to '.config/mutt')
-rw-r--r-- | .config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc | 2 | ||||
-rw-r--r-- | .config/mutt/defaults.muttrc | 2 |
2 files changed, 2 insertions, 2 deletions
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)' &" |