Changeset 4149:f9456846da0d for account.c
Legend:
- Unmodified
- Added
- Removed
-
account.c
r4138 r4149 154 154 snprintf (prompt, sizeof (prompt), _("Username at %s: "), account->host); 155 155 strfcpy (account->user, NONULL (Username), sizeof (account->user)); 156 if (mutt_get_ field (prompt, account->user, sizeof (account->user), 0))156 if (mutt_get_string_unbuffered (prompt, account->user, sizeof (account->user), 0)) 157 157 return -1; 158 158 }
