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 11fdb246c13867fba30cb84db73b3d151c9b02c3
parent 796a63780781f68190fa98502b085c6f3cc0f1e8
Author: Jaromil <jaromil@dyne.org>
Date:   Thu, 14 Apr 2016 09:39:48 +0200

set INBOX as spoolfile when peeking

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

diff --git a/src/zlibs/email b/src/zlibs/email @@ -576,12 +576,14 @@ EOF unset password # when peeking don't mark unread messages as Old # and sort date received with no threading (latest up) + # also set the spoolfile name to INBOX (imap's default) rm -f "$MAILDIRS/.mutt/muttpass" sysread -o 1 <<EOF > "$MAILDIRS/.mutt/muttpass" source '$_pass_tmp' unset mark_old set sort=reverse-date-received set folder=${iproto}://${ilogin}@${imap}:${imap_port} +set spoolfile=${iproto}://${ilogin}@${imap}:${imap_port}/INBOX EOF # schedule deletion of pass files after use