Compare commits

...

2 Commits

Author SHA1 Message Date
Gil 49af7a6272 Simplifie la boite mail principale 2023-08-01 08:58:24 +02:00
Gil 336bb2050c Ajoute vim + support script dans l'install 2023-08-01 08:56:44 +02:00
4 changed files with 5 additions and 5 deletions

View File

@ -16,4 +16,4 @@ set trash = "+Trash"
set record = "+Sent"
macro index o "<shell-escape>mailsync gil.portenseigne@nereide.fr<enter>" "sync gil.portenseigne@nereide.fr"
mailboxes "=INBOX/Commits" "=INBOX/Client/dejbox" "=INBOX/Client/butpromo" "=Drafts" "=Trash/Archives/2021" "=Trash/user" "=Trash/trash" "=Trash/lenovo" "=Trash/OFBiz/request contributors" "=Trash/OFBiz/Private" "=Trash/Mailspring/Snoozed" "=Trash/Brouillons" "=Trash/sent" "=Trash/Decathlon" "=Trash/drafts" "=Trash/Envoy&AOk-s" "=Trash/dev" "=Trash/Sysnove" "=Trash/Todo" "=Trash/Queue" "=Sent" "=Corbeille" "=Junk" "=Archives"
mailboxes "=INBOX" "=Drafts" "=Trash" "=Sent" "=Corbeille" "=Junk" "=Archives"

View File

@ -47,16 +47,16 @@ bind index G last-entry
#bind pager,attach h exit
bind pager j next-line
bind pager k previous-line
bind pager l view-attachments
#bind pager l view-attachments
bind index d delete-message
bind index U undelete-message
bind index L limit
bind index l display-message
#bind index l display-message
bind index,query <space> tag-entry
#bind browser h goto-parent
#macro browser h '<change-dir><kill-line>..<enter>' "Go to parent folder"
bind index,pager H view-raw-message
bind browser l select-entry
#bind browser l select-entry
bind browser gg top-page
bind browser G bottom-page
bind pager gg top

View File

@ -5,7 +5,7 @@ groups | grep -q sudo || echo "Please add $(whoami) to sudo group with : sudo us
groups | grep -q sudo || return
# sudo usermod -aG sudo $user # pour passer sudoers, puis reboot
sudo apt install -y neomutt curl isync msmtp pass lynx notmuch abook urlview
sudo apt install -y vim vim-nox neomutt curl isync msmtp pass lynx notmuch abook urlview python3
echo "*/10 * * * * $HOME/.local/bin/mailsync" > temp && crontab temp && rm temp