From b38f6555bd32356ac6befe329fea1764912ede96 Mon Sep 17 00:00:00 2001 From: dequis Date: Thu, 28 May 2015 00:41:37 -0300 Subject: Rename mail notification related settings for consistency - GMail notifications stuff is now just 'mail_notifications' - sed -i s/notify_handle/mail_notifications_handle/ --- protocols/bee_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/bee_user.c') diff --git a/protocols/bee_user.c b/protocols/bee_user.c index 3088de5c..2d63bfb4 100644 --- a/protocols/bee_user.c +++ b/protocols/bee_user.c @@ -285,7 +285,7 @@ void imcb_notify_email(struct im_connection *ic, char *format, ...) va_end(params); /* up to the protocol to set_add this if they want to use this */ - handle = set_getstr(&ic->acc->set, "notify_handle"); + handle = set_getstr(&ic->acc->set, "mail_notifications_handle"); if (handle != NULL) { imcb_buddy_msg(ic, handle, msg, 0, 0); -- cgit v1.2.3