From c585591c7129ed572c3213a18da1d1ed894411a6 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Mon, 12 Oct 2015 20:35:01 -0700 Subject: [PATCH] Correct test user/password for test. --- cmd/ximap/test.muttrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ximap/test.muttrc b/cmd/ximap/test.muttrc index 62403dd..e0f958b 100644 --- a/cmd/ximap/test.muttrc +++ b/cmd/ximap/test.muttrc @@ -1,4 +1,4 @@ -set spoolfile=imap://testuser:testpassword@localhost:10143/INBOX +set spoolfile=imap://username:password@localhost:10143/INBOX set folder="imap://localhost:10143/INBOX" set record="=Sent" set postponed="=Drafts"