isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit 52fb7c085da5604323e21c196fc7bf23dc547c7e
parent 424db34ff2884d2cac8e058a0f17df997bb16b5b
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Sun,  7 Dec 2003 15:36:38 +0000

add trailing space to password prompt

Diffstat:
Msrc/imap.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/imap.c b/src/imap.c @@ -794,7 +794,7 @@ imap_connect (config_t * cfg) if (!global.pass) { char prompt[80]; - sprintf(prompt, "Password (mailbox %s@%s/%s):", + sprintf(prompt, "Password (mailbox %s@%s/%s): ", cfg->user, cfg->host, cfg->box); global.pass = getpass (prompt); if (!global.pass)