The Mutt E-Mail Client : Reference : Configuration variables : attach_format
Previous: askcc
Next: attach_sep

6.3.12. attach_format

Type: string
Default: "%u%D%I %t%4n %T%.40d%> [%.7m/%.10M, %.6e%?C?, %C?, %s] "

This variable describes the format of the `attachment' menu. The following printf-style sequences are understood:

%C

charset

%c

reqiures charset conversion (n or c)

%D

deleted flag

%d

description

%e

MIME content-transfer-encoding

%f

filename

%I

disposition (I=inline, A=attachment)

%m

major MIME type

%M

MIME subtype

%n

attachment number

%s

size

%t

tagged flag

%T

graphic tree characters

%u

unlink (=to delete) flag

%>X

right justify the rest of the string and pad with character "X"

%|X

pad to the end of the line with character "X"


The Mutt E-Mail Client : Reference : Configuration variables : attach_format
Previous: askcc
Next: attach_sep