Compare commits
No commits in common. "49af7a62725d323aee038dfcf5ad0162b7dc52dd" and "0a68af78c0e6c7aec22680f0a71cf915ca3fc28c" have entirely different histories.
49af7a6272
...
0a68af78c0
|
|
@ -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" "=Drafts" "=Trash" "=Sent" "=Corbeille" "=Junk" "=Archives"
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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 vim vim-nox neomutt curl isync msmtp pass lynx notmuch abook urlview python3
|
||||
sudo apt install -y neomutt curl isync msmtp pass lynx notmuch abook urlview
|
||||
|
||||
echo "*/10 * * * * $HOME/.local/bin/mailsync" > temp && crontab temp && rm temp
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue