-# ┌───┬─┬─────────────────────────────────────────────────────┐
-# │%a │ │Destination address │
-# ├───┼─┼─────────────────────────────────────────────────────┤
-# │%c │ │Current entry number │
-# ├───┼─┼─────────────────────────────────────────────────────┤
-# │%e │*│Extra information │
-# ├───┼─┼─────────────────────────────────────────────────────┤
-# │%n │ │Destination name │
-# ├───┼─┼─────────────────────────────────────────────────────┤
-# │%t │ │"*" if current entry is tagged, a space otherwise │
-# ├───┼─┼─────────────────────────────────────────────────────┤
-# │%Y │ │Comma-separated tags │
-# ├───┼─┼─────────────────────────────────────────────────────┤
-# │%>X│ │Right justify the rest of the string and pad with "X"│
-# ├───┼─┼─────────────────────────────────────────────────────┤
-# │%|X│ │Pad to the end of the line with "X" │
-# ├───┼─┼─────────────────────────────────────────────────────┤
-# │%*X│ │Soft-fill with character "X" as pad │
-# └───┴─┴─────────────────────────────────────────────────────┘
+# ┌───┬─────────────────────────────────────────────────────┐
+# │%A │Full Address (Name and Email) │
+# ├───┼─────────────────────────────────────────────────────┤
+# │%C │Comment │
+# ├───┼─────────────────────────────────────────────────────┤
+# │%E │Email Address │
+# ├───┼─────────────────────────────────────────────────────┤
+# │%i │Index number │
+# ├───┼─────────────────────────────────────────────────────┤
+# │%N │Real name │
+# ├───┼─────────────────────────────────────────────────────┤
+# │%t │Alias is tagged (selected) │
+# ├───┼─────────────────────────────────────────────────────┤
+# │%Y │User-defined tags (labels) │
+# ├───┼─────────────────────────────────────────────────────┤
+# │%>X│Right justify the rest of the string and pad with "X"│
+# ├───┼─────────────────────────────────────────────────────┤
+# │%|X│Pad to the end of the line with "X" │
+# ├───┼─────────────────────────────────────────────────────┤
+# │%*X│Soft-fill with character "X" as pad │
+# └───┴─────────────────────────────────────────────────────┘