jaromail

a commandline tool to easily and privately handle your e-mail
git clone git://parazyd.org/jaromail.git
Log | Files | Refs | Submodules | README

commit b29ca0ce030d9aa90d427ea925efee72e4c7b50c
parent ad1a54cafb525a10314b7444b1ded635d5bfea65
Author: Jaromil <jaromil@dyne.org>
Date:   Fri,  6 Dec 2013 17:28:39 +0100

mutt imap_idle off - hangs

Diffstat:
Msrc/mutt/general | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/mutt/general b/src/mutt/general @@ -104,6 +104,8 @@ set noconfirmappend set save_empty #set folder_format = "%N %F %2l %-8.8u %-8.8g %8s %d %f" set move = no +# deactivate imap idle, there is a broken implementation of it in mutt +set imap_idle = no # set mbox_type = mbox #######################################