aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2023-09-19 23:35:25 +0200
committerRobin Jarry <robin@jarry.cc>2023-10-30 23:24:43 +0100
commit23419ade0aef0dc6b3d9ce71713aa158486390f5 (patch)
tree7e86f502b213e6562cd923269862077b7776c156
parentb57e4188c96b2b4bcf40f0c2b842c23a7187edf0 (diff)
downloadaerc-23419ade0aef0dc6b3d9ce71713aa158486390f5.tar.gz
aerc-23419ade0aef0dc6b3d9ce71713aa158486390f5.zip
viewer: parts table
Signed-off-by: Robin Jarry <robin@jarry.cc>
-rw-r--r--config/aerc.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/config/aerc.conf b/config/aerc.conf
index 06cfb2d1..a5851935 100644
--- a/config/aerc.conf
+++ b/config/aerc.conf
@@ -391,6 +391,31 @@
# Default: true
#parse-http-links=true
+#
+# Describes the format for each row in the email parts table. This is a comma
+# separated list of column names with an optional align and width suffix. After
+# the column name, one of the '<' (left), ':' (center) or '>' (right) alignment
+# characters can be added (by default, left) followed by an optional width
+# specifier. The width is either an integer representing a fixed number of
+# characters, or a percentage between 1% and 99% representing a fraction of the
+# terminal width. It can also be one of the '*' (auto) or '=' (fit) special
+# width specifiers. Auto width columns will be equally attributed the remaining
+# terminal width. Fit width columns take the width of their contents. If no
+# width specifier is set, '*' is used by default.
+#
+# Default: filename<=,size<=,mime>*
+#parts-columns=filename<=,size<=,mime>*
+
+#
+# Each name in parts-columns must have a corresponding column-$name setting.
+# All column-$name settings accept golang text/template syntax. See
+# aerc-templates(7) for available template attributes and functions.
+#
+# Default settings:
+#column-filename={{.Filename}}
+#column-size={{.Size | humanReadable}}
+#column-mime={{.MIMEType}}
+
[compose]
#
# Specifies the command to run the editor with. It will be shown in an embedded