diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-25 18:14:44 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-25 18:14:44 -0300 |
commit | fea15aba8d1a68f2772fcf80e66b7ea4e9969e0f (patch) | |
tree | 6c9a10b13407424799be1890397a97018fc65dd3 /modules/mutt/muttrc.dot.link | |
parent | 6c0ae7f859da1f3e0fb13335e9c65b12d43481f3 (diff) | |
download | dotfiles-fea15aba8d1a68f2772fcf80e66b7ea4e9969e0f.tar.gz dotfiles-fea15aba8d1a68f2772fcf80e66b7ea4e9969e0f.tar.bz2 |
Stopping to use the philter script and relying just on fetchmail
Diffstat (limited to 'modules/mutt/muttrc.dot.link')
-rw-r--r-- | modules/mutt/muttrc.dot.link | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/mutt/muttrc.dot.link b/modules/mutt/muttrc.dot.link index ec3e91f..0edc648 100644 --- a/modules/mutt/muttrc.dot.link +++ b/modules/mutt/muttrc.dot.link @@ -348,8 +348,10 @@ mailboxes `echo $HOME/mail/Sync/*/*` #macro index <esc>f "!clear;offlineimap;fetchmail;philter.sh\n" "Sync remote with local mail" #macro pager <esc>f "!clear;fetchmail -v;philter.sh\n" "Sync remote with local mail" #macro index <esc>f "!clear;fetchmail -v;philter.sh\n" "Sync remote with local mail" -macro pager <esc>f "!clear;fetchmail;philter.sh\n" "Sync remote with local mail" -macro index <esc>f "!clear;fetchmail;philter.sh\n" "Sync remote with local mail" +#macro pager <esc>f "!clear;fetchmail;philter.sh\n" "Sync remote with local mail" +#macro index <esc>f "!clear;fetchmail;philter.sh\n" "Sync remote with local mail" +macro pager <esc>f "!clear;fetchmail\n" "Sync remote with local mail" +macro index <esc>f "!clear;fetchmail\n" "Sync remote with local mail" # ------------- # Ignore fields |