info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Show size of a mail/posting?


From: Emanuel Berg
Subject: Re: Show size of a mail/posting?
Date: Mon, 26 Jun 2017 09:53:44 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

"Loris Bennett" <loris.bennett@fu-berlin.de> writes:

> What's the easiest way to display the total size,
> i.e. including attachments, of a mail or posting?

What mail client do you use?

If it archives the post/mail as a single text file,
you can use

    $ ls -b -l FILE

or

    $ wc -c FILE

to count the bytes/chars, including the headers.

As for the attachment you can do the same (ls -bl) on
the file and then add the number of bytes to that of
the text file.

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

[Prev in Thread] Current Thread [Next in Thread]