aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-08-09 20:10:27 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-08-09 20:10:38 -0700
commit0013f3894b2f4d326a3b64dbaf60efaba9a1227e (patch)
tree6ac7b085cedd5c574d7726a3f9ca68f152dcb04f /src/core
parent6e897a075f21a85be7f0fa0eebc8c501d3da84b0 (diff)
Batch every 50 emails
Diffstat (limited to 'src/core')
-rwxr-xr-xsrc/core/imap/MCIMAPSession.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/imap/MCIMAPSession.cc b/src/core/imap/MCIMAPSession.cc
index 768b5c98..63cf148c 100755
--- a/src/core/imap/MCIMAPSession.cc
+++ b/src/core/imap/MCIMAPSession.cc
@@ -3316,7 +3316,7 @@ void IMAPSession::storeFlagsAndCustomFlags(String * folder, IndexSet * uids, IMA
return;
}
- setList = splitSet(imap_set, 10);
+ setList = splitSet(imap_set, 50);
flag_list = mailimap_flag_list_new_empty();
if ((flags & MessageFlagSeen) != 0) {