Ignore:
Timestamp:
2015-05-28T05:26:30Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
6191263, d2d2b80
Parents:
0864a52
git-author:
dequis <dx@…> (28-05-15 03:41:37)
git-committer:
dequis <dx@…> (28-05-15 05:26:30)
Message:

Rename mail notification related settings for consistency

  • GMail notifications stuff is now just 'mail_notifications'
  • sed -i s/notify_handle/mail_notifications_handle/
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/bee_user.c

    r0864a52 rb38f655  
    286286
    287287        /* up to the protocol to set_add this if they want to use this */
    288         handle = set_getstr(&ic->acc->set, "notify_handle");
     288        handle = set_getstr(&ic->acc->set, "mail_notifications_handle");
    289289
    290290        if (handle != NULL) {
Note: See TracChangeset for help on using the changeset viewer.