aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/imap
diff options
context:
space:
mode:
authorGravatar Bob Van Osten <bob@relateiq.com>2013-11-15 08:14:49 -0800
committerGravatar Bob Van Osten <bob@relateiq.com>2013-11-15 08:14:49 -0800
commit200f8cf91fcdcb6050de4724090846b5af065045 (patch)
tree2f6611d58e04f62a2fbd9445146ae2816ed2d680 /src/core/imap
parent2f903a1f75a3160beb5464f1431522a15a785734 (diff)
mailimap_search_key_xgmthrid_new to mailimap_search_key_new_xgmthrid
Diffstat (limited to 'src/core/imap')
-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 4798b880..491f18bf 100755
--- a/src/core/imap/MCIMAPSession.cc
+++ b/src/core/imap/MCIMAPSession.cc
@@ -2596,7 +2596,7 @@ static struct mailimap_search_key * searchKeyFromSearchExpression(IMAPSearchExpr
}
case IMAPSearchKindGmailThreadID:
{
- return mailimap_search_key_xgmthrid_new(expression->longNumber());
+ return mailimap_search_key_new_xgmthrid(expression->longNumber());
}
case IMAPSearchKindOr:
{