mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-27 20:44:56 +00:00
Fix backwards mail stuff.
This commit is contained in:
parent
f49ab7ffcb
commit
9dc5411681
@ -277,9 +277,9 @@ struct mail_s *parse_mail_args(char type, const char *arg)
|
||||
if (sscanf(arg, "%128s %128s %128s", mail->host, mail->user, mail->pass)
|
||||
!= 3) {
|
||||
if (type == POP3_TYPE) {
|
||||
ERR("Scanning IMAP args failed");
|
||||
} else if (type == IMAP_TYPE) {
|
||||
ERR("Scanning POP3 args failed");
|
||||
} else if (type == IMAP_TYPE) {
|
||||
ERR("Scanning IMAP args failed");
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user