Show
Ignore:
Timestamp:
2003-07-14 05:17:43 (5 years ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

The attached patch prevents mutt from reading the push buffer when
asking for passwords. This is a proper fix for bug 1312. I think
it's uncontroversial.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • account.c

    r2766 r3423  
    173173      account->user, account->host); 
    174174    account->pass[0] = '\0'; 
    175     if (mutt_get_field (prompt, account->pass, sizeof (account->pass), M_PASS)) 
     175    if (mutt_get_password (prompt, account->pass, sizeof (account->pass))) 
    176176      return -1; 
    177177  }