Changeset 0864a52 for protocols/purple
- 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/purple/purple.c
rfaeb521 r0864a52 1261 1261 { 1262 1262 struct im_connection *ic = purple_ic_by_gc(gc); 1263 char *msg = g_strdup_printf("Received e-mail from %s for %s: %s <%s>", from, to, subject, url); 1264 1265 imcb_notify_email(ic, set_getstr(&ic->acc->set, "notify_handle"), msg, 0, 0); 1266 g_free(msg); 1263 1264 imcb_notify_email(ic, "Received e-mail from %s for %s: %s <%s>", from, to, subject, url); 1267 1265 1268 1266 return NULL;
Note: See TracChangeset
for help on using the changeset viewer.