dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 4cd808cdd3e389fa73f810331373d85bb72056ed
parent ab8bc43672b84279162922c25088ef0c015836d2
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sat, 31 Oct 2020 22:29:07 +0100

mutt: o macro sync inbox & sent

Former-commit-id: d361a93d2efad7fb3a9e50f4ba264d71d8406c29
Diffstat:
Mmutt/personal | 2+-
Mmutt/school | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mutt/personal b/mutt/personal @@ -28,4 +28,4 @@ set ssl_starttls = yes account-hook $folder "set imap_user=$my_personal_email imap_pass=$my_personal_pass_cmd" macro index O "<shell-escape>mbsync -c ~/.config/mbsync/mbsyncrc $my_personal_email<enter>" "run mbsync to sync $my_personal_email" -macro index o "<shell-escape>mbsync -c ~/.config/mbsync/mbsyncrc $my_personal_email:Inbox<enter>" "run mbsync to sync all mail" +macro index o "<shell-escape>mbsync -c ~/.config/mbsync/mbsyncrc $my_personal_email:Inbox,Sent<enter>" "run mbsync to sync all mail" diff --git a/mutt/school b/mutt/school @@ -28,4 +28,4 @@ set ssl_starttls = yes account-hook $folder "set imap_user=$my_school_email imap_pass=$my_school_pass_cmd" macro index O "<shell-escape>mbsync -c ~/.config/mbsync/mbsyncrc $my_school_email<enter>" "run mbsync to sync $my_school_email" -macro index o "<shell-escape>mbsync -c ~/.config/mbsync/mbsyncrc $my_school_email:Inbox<enter>" "run mbsync to sync all mail" +macro index o "<shell-escape>mbsync -c ~/.config/mbsync/mbsyncrc $my_school_email:Inbox,'Sent Items'<enter>" "run mbsync to sync all mail"