Changeset 0864a52 for protocols/jabber
- Timestamp:
- 2015-05-28T05:26:30Z (10 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/jabber/iq.c
rfaeb521 r0864a52 810 810 char *subject = "<no subject>"; 811 811 char *sender = "<no sender>"; 812 char *msg = NULL;813 812 guint64 t_time; 814 813 … … 828 827 } 829 828 830 msg = g_strdup_printf("New mail from %s: %s", sender, subject); 831 832 imcb_notify_email(ic, set_getstr(&ic->acc->set, "notify_handle"), msg, 0, 0); 829 imcb_notify_email(ic, "New mail from %s: %s", sender, subject); 833 830 834 831 c = c->next; 835 g_free(msg);836 832 } 837 833
Note: See TracChangeset
for help on using the changeset viewer.