fix: Typo in email account doctype (#8864)

This commit is contained in:
Jack 2019-11-21 11:18:01 +00:00 committed by Chinmay Pai
parent 625eedf7a2
commit a7315a7832

View file

@ -184,7 +184,7 @@ frappe.ui.form.on("Email Account", {
read as well as unread message from server. This may also cause the duplication\
of Communication (emails).");
frappe.confirm(msg, null, function() {
frm.set_value("email_sync_option", "UNSEEN");
frm.set_value("email_sync_option", "ALL");
});
}
}