rp

simple email tools
git clone https://git.parazyd.org/rp
Log | Files | Refs | README | LICENSE

commit 597bcfb040ceb014cbad69be4067a9999ecc72be
parent 4f2333dfa759a3ddc6d8cbfb679763f3a4fc2e59
Author: parazyd <parazyd@dyne.org>
Date:   Wed, 28 Feb 2018 02:08:54 +0100

rppeek: proper muttpass syntax to avoid bitching.

Diffstat:
Mbin/rppeek | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/rppeek b/bin/rppeek @@ -27,7 +27,7 @@ done ebegin "asking imap password from pass" askmuttpass .rp/$(readlink $profile)/imaplocal -( sleep 2; printf "imap_pass = a\n" > $profile/mutt/muttpass ) & +( sleep 2; printf "set imap_pass = a\n" > $profile/mutt/muttpass ) & ebegin "starting up mutt" mutt -F $profile/muttrc \