Changeset 5154:3d1d7f6cf693 for pop_auth.c
- Timestamp:
- 2007-04-02 15:20:58 (22 months ago)
- Branch:
- mutt-1-4-stable
- Files:
-
- 1 modified
-
pop_auth.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pop_auth.c
r2766 r5154 185 185 return POP_A_UNAVAIL; 186 186 187 if (rfc822_valid_msgid (pop_data->timestamp) < 0) 188 { 189 mutt_error _("POP timestamp is invalid!"); 190 mutt_sleep (2); 191 return POP_A_UNAVAIL; 192 } 193 187 194 mutt_message _("Authenticating (APOP)..."); 188 195
