summaryrefslogtreecommitdiff
path: root/protocols/GmailNotifier/src
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/GmailNotifier/src')
-rw-r--r--protocols/GmailNotifier/src/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/GmailNotifier/src/options.cpp b/protocols/GmailNotifier/src/options.cpp
index 14d44e609e..4283f646f6 100644
--- a/protocols/GmailNotifier/src/options.cpp
+++ b/protocols/GmailNotifier/src/options.cpp
@@ -202,7 +202,7 @@ public:
Account &acc = g_accs[curIndex];
DeleteResults(acc.results.next);
- db_delete_contact(acc.hContact, true);
+ db_delete_contact(acc.hContact, CDF_FROM_SERVER);
g_accs.remove(curIndex);
m_combo.SetCurSel(curIndex = 0);