Changeset 0864a52 for protocols/msn
- Timestamp:
- 2015-05-28T05:26:30Z (9 years ago)
- Branches:
- master
- Children:
- b38f655
- Parents:
- faeb521
- git-author:
- dequis <dx@…> (08-05-15 04:16:37)
- git-committer:
- dequis <dx@…> (28-05-15 05:26:30)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/ns.c
rfaeb521 r0864a52 394 394 395 395 if (inbox && folders) { 396 char *msg = g_strdup_printf(396 imcb_notify_email(ic, 397 397 "INBOX contains %s new messages, plus %s messages in other folders.", inbox, 398 398 folders); 399 imcb_notify_email(ic, set_getstr(&ic->acc->set, "notify_handle"), msg, 0, 0);400 g_free(msg);401 399 } 402 400 … … 410 408 411 409 if (from && fromname) { 412 char *msg = g_strdup_printf("Received an e-mail message from %s <%s>.", 413 fromname, from); 414 imcb_notify_email(ic, set_getstr(&ic->acc->set, "notify_handle"), msg, 0, 0); 415 g_free(msg); 410 imcb_notify_email(ic, "Received an e-mail message from %s <%s>.", fromname, from); 416 411 } 417 412
Note: See TracChangeset
for help on using the changeset viewer.