From fd09fffaa1b98a0cd1149c705dd31887ac63740d Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sun, 19 Sep 2010 14:53:26 +0200 Subject: [PATCH] The chars header is called Chars not Bytes. --- lisp/ChangeLog | 2 ++ lisp/nnimap.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a43eed987..b167a2f2d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,6 +2,8 @@ * nnimap.el (nnimap-authenticator): New variable. (nnimap-open-connection): Allow anonymous login. + (nnimap-transform-headers): The chars header is called Chars not + Bytes. * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last patch, found by Knut Anders Hatlen. diff --git a/lisp/nnimap.el b/lisp/nnimap.el index ce9e9e39e..630540c0a 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -150,7 +150,7 @@ Possible choices are nil (use default methods) or `anonymous'.") (delete-region (line-beginning-position) (line-end-position)) (insert (format "211 %s Article retrieved." article)) (forward-line 1) - (insert (format "Bytes: %d\n" bytes)) + (insert (format "Chars: %d\n" bytes)) (when lines (insert (format "Lines: %s\n" lines))) (re-search-forward "^\r$") -- 2.25.1