From 9a76381d5a868d57a9f4e557a21c7e6a9dcae516 Mon Sep 17 00:00:00 2001 From: Sunil Nimmagadda Date: Tue, 1 Apr 2014 16:14:49 +0500 Subject: Simplify list_all handling. Send an imsg for each msg instead of consolidating into one imsg. We are no longer limited by MAX_IMSGSIZE. End of list is signalled by sending an imsg with hash as "" or sz as 0. --- pop3d.h | 1 - 1 file changed, 1 deletion(-) (limited to 'pop3d.h') diff --git a/pop3d.h b/pop3d.h index 3035795..15b9b09 100644 --- a/pop3d.h +++ b/pop3d.h @@ -36,7 +36,6 @@ enum imsg_type { IMSG_MAILDROP_RSET, IMSG_MAILDROP_LIST, IMSG_MAILDROP_LISTALL, - IMSG_MAILDROP_UIDLALL, IMSG_MAILDROP_UPDATE }; -- cgit v1.2.3