From: Peter Wang Date: Sat, 15 Dec 2012 23:24:23 +0000 (+1100) Subject: show: indicate length, encoding of omitted body content X-Git-Tag: 0.15_rc1~70 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=b96ba6326af442edfdad59e5e42ea42892cd3c6b;hp=b96ba6326af442edfdad59e5e42ea42892cd3c6b show: indicate length, encoding of omitted body content If a leaf part's body content is omitted, return the encoded length and transfer encoding in --format=json output. This information may be used by the consumer, e.g. to decide whether to download a large attachment over a slow link. Returning the _encoded_ content length is more efficient than returning the _decoded_ content length. Returning the transfer encoding allows the consumer to estimate the decoded content length. ---