Changes in protocols/msn/ns.c [0864a52:a6bed1a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/ns.c
r0864a52 ra6bed1a 394 394 395 395 if (inbox && folders) { 396 imcb_ notify_email(ic,397 "INBOX contains %s new messages, plus %s messages in other folders.", inbox,398 folders);396 imcb_log(ic, 397 "INBOX contains %s new messages, plus %s messages in other folders.", inbox, 398 folders); 399 399 } 400 400 … … 408 408 409 409 if (from && fromname) { 410 imcb_notify_email(ic, "Received an e-mail message from %s <%s>.", fromname, from); 410 imcb_log(ic, "Received an e-mail message from %s <%s>.", fromname, 411 from); 411 412 } 412 413
Note: See TracChangeset
for help on using the changeset viewer.