* Don't fetch header summary in MSGS command for calendar view. We don't need it.
authorArt Cancro <ajc@citadel.org>
Thu, 16 Apr 2009 15:04:41 +0000 (15:04 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 16 Apr 2009 15:04:41 +0000 (15:04 +0000)
webcit/messages.c

index cd2e0cf814ffa9f4198b88ebac6f5d5eb8f7cd71..2fda2d6961a00e9a05de2e01c0ffb818a078c50f 100644 (file)
@@ -684,7 +684,7 @@ void readloop(long oper)
        case VIEW_CALBRIEF:
        case VIEW_CALENDAR:
                load_seen = 1;
-               strcpy(cmd, "MSGS ALL|||1");
+               strcpy(cmd, "MSGS ALL");
                maxmsgs = 32767;
                parse_calendar_view_request(&calv);
                break;