diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-20 21:33:22 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-20 21:33:22 +0200 |
commit | b7c9bbbc2fd3453707f3748e19cf8710178397e1 (patch) | |
tree | 81989c9bdf5c0adda077d5fd7c846640ff812004 /.config/mutt/accounts | |
parent | Cleaner I guess (diff) | |
download | dotfiles-bsd-b7c9bbbc2fd3453707f3748e19cf8710178397e1.tar.gz dotfiles-bsd-b7c9bbbc2fd3453707f3748e19cf8710178397e1.tar.bz2 dotfiles-bsd-b7c9bbbc2fd3453707f3748e19cf8710178397e1.tar.xz dotfiles-bsd-b7c9bbbc2fd3453707f3748e19cf8710178397e1.tar.zst dotfiles-bsd-b7c9bbbc2fd3453707f3748e19cf8710178397e1.zip |
updates and new script cool
Diffstat (limited to '.config/mutt/accounts')
4 files changed, 4 insertions, 4 deletions
diff --git a/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc b/.config/mutt/accounts/1-bousset.rudy@gmail.com.muttrc index 88d82d9..a77f4b3 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>mbsync -c /usr/home/jozan/.config/mbsync/mbsyncrc -a<enter>" "run mbsync to sync bousset.rudy@gmail.com" +macro index o "<shell-escape>mbsync -c /usr/home/jozan/.config/mbsync/mbsyncrc bousset.rudy@gmail.com<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/accounts/2-olsen.oyvind.nor@gmail.com.muttrc b/.config/mutt/accounts/2-olsen.oyvind.nor@gmail.com.muttrc index 76701ee..ca12a3b 100644 --- a/.config/mutt/accounts/2-olsen.oyvind.nor@gmail.com.muttrc +++ b/.config/mutt/accounts/2-olsen.oyvind.nor@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>mbsync -c /usr/home/jozan/.config/mbsync/mbsyncrc -a<enter>" "run mbsync to sync olsen.oyvind.nor@gmail.com" +macro index o "<shell-escape>mbsync -c /usr/home/jozan/.config/mbsync/mbsyncrc olsen.oyvind.nor@gmail.com<enter>" "run mbsync to sync olsen.oyvind.nor@gmail.com" unmailboxes * mailboxes "=INBOX" "=[Gmail].Sent\ Mail" "=[Gmail].Drafts" "=[Gmail].Spam" "=[Gmail].Trash" diff --git a/.config/mutt/accounts/3-towerofsilence777@gmail.com.muttrc b/.config/mutt/accounts/3-towerofsilence777@gmail.com.muttrc index af07fbb..a8c2046 100644 --- a/.config/mutt/accounts/3-towerofsilence777@gmail.com.muttrc +++ b/.config/mutt/accounts/3-towerofsilence777@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>mbsync -c /usr/home/jozan/.config/mbsync/mbsyncrc -a<enter>" "run mbsync to sync towerofsilence777@gmail.com" +macro index o "<shell-escape>mbsync -c /usr/home/jozan/.config/mbsync/mbsyncrc twoerofsilence777@gmail.com<enter>" "run mbsync to sync towerofsilence777@gmail.com" unmailboxes * mailboxes "=INBOX" "=[Gmail].Messages envoy&AOk-s" "=[Gmail].Brouillons" "=[Gmail].Spam" "=[Gmail].Corbeille" "=[Gmail].Important" "=[Gmail].Suivis" diff --git a/.config/mutt/accounts/5-rbousset@secuserve.com.muttrc b/.config/mutt/accounts/5-rbousset@secuserve.com.muttrc index e2aaa25..7e59d00 100644 --- a/.config/mutt/accounts/5-rbousset@secuserve.com.muttrc +++ b/.config/mutt/accounts/5-rbousset@secuserve.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>mbsync -c /usr/home/jozan/.config/mbsync/mbsyncrc -a<enter>" "run mbsync to sync rbousset@secuserve.com" +macro index o "<shell-escape>mbsync -c /usr/home/jozan/.config/mbsync/mbsyncrc rbousset@secuserve.com<enter>" "run mbsync to sync rbousset@secuserve.com" unmailboxes * mailboxes "=INBOX" "=Sent" "=Drafts" "=Trash" "=NEWS" |