Changeset d2d2b80 for protocols/msn/ns.c
- Timestamp:
- 2015-05-28T05:52:44Z (9 years ago)
- Children:
- 51b14b8
- Parents:
- a1d30c5 (diff), b38f655 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/ns.c
ra1d30c5 rd2d2b80 394 394 395 395 if (inbox && folders) { 396 imcb_ log(ic,397 398 396 imcb_notify_email(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_log(ic, "Received an e-mail message from %s <%s>.", fromname, 411 from); 410 imcb_notify_email(ic, "Received an e-mail message from %s <%s>.", fromname, from); 412 411 } 413 412
Note: See TracChangeset
for help on using the changeset viewer.