aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--driver.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/driver.c b/driver.c
index 9ee9af69..1e27943d 100644
--- a/driver.c
+++ b/driver.c
@@ -601,6 +601,9 @@ static int fetch_messages(int mailserver_socket, struct query *ctl,
ctl->remotename, ctl->server.truename,
num, count);
+ /* XXX FIXME: the gettext stuff needs to list "octets" or
+ * "header octets" as a unit, and also provide for
+ * proper plural form */
if (len > 0)
report_build(stdout, GT_(" (%d %soctets)"),
len, wholesize ? "" : GT_("header "));