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 247f352b68b8435abad913ce0315ac0f56b7114e
parent e13c885909310c075620dcaf9eeb4e35c6425235
Author: Jaromil <jaromil@dyne.org>
Date:   Fri, 21 Feb 2014 14:04:54 +0100

small fix to use periods in imap folders

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

diff --git a/src/mutt/general b/src/mutt/general @@ -107,6 +107,9 @@ set move = no # deactivate imap idle, there is a broken implementation of it in mutt set imap_idle = no # set mbox_type = mbox +# bug for when a folder has a period in the name +# http://lists.df7cb.de/mutt/message/20090601.013609.d402c3aa.en.html +set imap_delim_chars = '/' ####################################### ## Attaching documents and MIME options