"Loris Bennett" <loris.benn...@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 _______________________________________________ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org/mailman/listinfo/info-gnus-english