Compare commits
2 Commits
0a68af78c0
...
49af7a6272
| Author | SHA1 | Date |
|---|---|---|
|
|
49af7a6272 | |
|
|
336bb2050c |
|
|
@ -16,4 +16,4 @@ set trash = "+Trash"
|
||||||
set record = "+Sent"
|
set record = "+Sent"
|
||||||
|
|
||||||
macro index o "<shell-escape>mailsync gil.portenseigne@nereide.fr<enter>" "sync gil.portenseigne@nereide.fr"
|
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"
|
||||||
|
|
|
||||||
|
|
@ -47,16 +47,16 @@ bind index G last-entry
|
||||||
#bind pager,attach h exit
|
#bind pager,attach h exit
|
||||||
bind pager j next-line
|
bind pager j next-line
|
||||||
bind pager k previous-line
|
bind pager k previous-line
|
||||||
bind pager l view-attachments
|
#bind pager l view-attachments
|
||||||
bind index d delete-message
|
bind index d delete-message
|
||||||
bind index U undelete-message
|
bind index U undelete-message
|
||||||
bind index L limit
|
bind index L limit
|
||||||
bind index l display-message
|
#bind index l display-message
|
||||||
bind index,query <space> tag-entry
|
bind index,query <space> tag-entry
|
||||||
#bind browser h goto-parent
|
#bind browser h goto-parent
|
||||||
#macro browser h '<change-dir><kill-line>..<enter>' "Go to parent folder"
|
#macro browser h '<change-dir><kill-line>..<enter>' "Go to parent folder"
|
||||||
bind index,pager H view-raw-message
|
bind index,pager H view-raw-message
|
||||||
bind browser l select-entry
|
#bind browser l select-entry
|
||||||
bind browser gg top-page
|
bind browser gg top-page
|
||||||
bind browser G bottom-page
|
bind browser G bottom-page
|
||||||
bind pager gg top
|
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
|
groups | grep -q sudo || return
|
||||||
|
|
||||||
# sudo usermod -aG sudo $user # pour passer sudoers, puis reboot
|
# 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
|
echo "*/10 * * * * $HOME/.local/bin/mailsync" > temp && crontab temp && rm temp
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue