Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jh/maint-submodule-status-in-void'
[gitweb.git]
/
imap-send.c
diff --git
a/imap-send.c
b/imap-send.c
index fa703838cf3374a52f8a1b6fecf455fb0ca4fef9..aeb2985b831c982f10c3905f5053136520fcc4fe 100644
(file)
--- a/
imap-send.c
+++ b/
imap-send.c
@@
-1207,7
+1207,7
@@
static struct store *imap_open_store(struct imap_server_conf *srvc)
if (!srvc->pass) {
char prompt[80];
sprintf(prompt, "Password (%s@%s): ", srvc->user, srvc->host);
- arg = getpass(prompt);
+ arg = g
it_g
etpass(prompt);
if (!arg) {
perror("getpass");
exit(1);