summaryrefslogtreecommitdiff
path: root/pop3d.h
diff options
context:
space:
mode:
authorSunil Nimmagadda <sunil@nimmagadda.net>2014-04-01 16:14:49 +0500
committerSunil Nimmagadda <sunil@nimmagadda.net>2014-04-01 16:14:49 +0500
commit9a76381d5a868d57a9f4e557a21c7e6a9dcae516 (patch)
tree17c35219a18e0ddb1658e91a9000e09a923f0e41 /pop3d.h
parentb457525cf1d6bf9f2abe65bf8d031ef8afc2be8a (diff)
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.
Diffstat (limited to 'pop3d.h')
-rw-r--r--pop3d.h1
1 files changed, 0 insertions, 1 deletions
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
};