-# ┌───┬─┬───────────────────────────────────────────────────────────────────────┐
-# │%C │ │Current file number │
-# ├───┼─┼───────────────────────────────────────────────────────────────────────┤
-# │%d │ │Date/time folder was last modified │
-# ├───┼─┼───────────────────────────────────────────────────────────────────────┤
-# │%D │ │Date/time folder was last modified using $date_format. │
-# ├───┼─┼───────────────────────────────────────────────────────────────────────┤
-# │%f │ │Filename ("/" is appended to directory names, "@" to symbolic links and│
-# │ │ │"*" to executable files) │
-# ├───┼─┼───────────────────────────────────────────────────────────────────────┤
-# │%F │ │File permissions │
-# ├───┼─┼───────────────────────────────────────────────────────────────────────┤
-# │%g │ │Group name (or numeric gid, if missing) │
-# ├───┼─┼───────────────────────────────────────────────────────────────────────┤
-# │%i │ │Description of the folder │
-# ├───┼─┼───────────────────────────────────────────────────────────────────────┤
-# │%l │ │Number of hard links │
-# ├───┼─┼───────────────────────────────────────────────────────────────────────┤
-# │%m │*│Number of messages in the mailbox │
-# ├───┼─┼───────────────────────────────────────────────────────────────────────┤
-# │%n │*│Number of unread messages in the mailbox │
-# ├───┼─┼───────────────────────────────────────────────────────────────────────┤
-# │%N │ │"N" if mailbox has new mail, blank otherwise │
-# ├───┼─┼───────────────────────────────────────────────────────────────────────┤
-# │%s │ │Size in bytes (see formatstrings-size) │
-# ├───┼─┼───────────────────────────────────────────────────────────────────────┤
-# │%t │ │"*" if the file is tagged, blank otherwise │
-# ├───┼─┼───────────────────────────────────────────────────────────────────────┤
-# │%u │ │Owner name (or numeric uid, if missing) │
-# ├───┼─┼───────────────────────────────────────────────────────────────────────┤
-# │%>X│ │Right justify the rest of the string and pad with character "X" │
-# ├───┼─┼───────────────────────────────────────────────────────────────────────┤
-# │%|X│ │Pad to the end of the line with character "X" │
-# ├───┼─┼───────────────────────────────────────────────────────────────────────┤
-# │%*X│ │Soft-fill with character "X" as pad │
-# └───┴─┴───────────────────────────────────────────────────────────────────────┘
+# ┌─────┬─┬─────────────────────────────────────────────────────────────────────┐
+# │%a │ │Alert: 1 if user is notified of new mail │
+# ├─────┼─┼─────────────────────────────────────────────────────────────────────┤
+# │%C │ │Current file number │
+# ├─────┼─┼─────────────────────────────────────────────────────────────────────┤
+# │%d │ │Date/time folder was last modified │
+# ├─────┼─┼─────────────────────────────────────────────────────────────────────┤
+# │ │ │Date/time folder was last modified using $date_format. It is │
+# │%D │ │encouraged to use "%[fmt]" instead, where "fmt" is the value of │
+# │ │ │$date_format. │
+# ├─────┼─┼─────────────────────────────────────────────────────────────────────┤
+# │%f │ │Filename ("/" is appended to directory names, "@" to symbolic links │
+# │ │ │and "*" to executable files) │
+# ├─────┼─┼─────────────────────────────────────────────────────────────────────┤
+# │%F │ │File permissions │
+# ├─────┼─┼─────────────────────────────────────────────────────────────────────┤
+# │%g │ │Group name (or numeric gid, if missing) │
+# ├─────┼─┼─────────────────────────────────────────────────────────────────────┤
+# │%i │ │Description of the folder │
+# ├─────┼─┼─────────────────────────────────────────────────────────────────────┤
+# │%l │ │Number of hard links │
+# ├─────┼─┼─────────────────────────────────────────────────────────────────────┤
+# │%m │*│Number of messages in the mailbox │
+# ├─────┼─┼─────────────────────────────────────────────────────────────────────┤
+# │%n │*│Number of unread messages in the mailbox │
+# ├─────┼─┼─────────────────────────────────────────────────────────────────────┤
+# │%N │ │"N" if mailbox has new mail, " " (space) otherwise │
+# ├─────┼─┼─────────────────────────────────────────────────────────────────────┤
+# │%p │ │Poll: 1 if Mailbox is checked for new mail │
+# ├─────┼─┼─────────────────────────────────────────────────────────────────────┤
+# │%s │ │Size in bytes (see formatstrings-size) │
+# ├─────┼─┼─────────────────────────────────────────────────────────────────────┤
+# │%t │ │"*" if the file is tagged, blank otherwise │
+# ├─────┼─┼─────────────────────────────────────────────────────────────────────┤
+# │%u │ │Owner name (or numeric uid, if missing) │
+# ├─────┼─┼─────────────────────────────────────────────────────────────────────┤
+# │% │ │Date/time folder was last modified using an strftime(3) expression │
+# │[fmt]│ │ │
+# ├─────┼─┼─────────────────────────────────────────────────────────────────────┤
+# │%>X │ │Right justify the rest of the string and pad with character "X" │
+# ├─────┼─┼─────────────────────────────────────────────────────────────────────┤
+# │%|X │ │Pad to the end of the line with character "X" │
+# ├─────┼─┼─────────────────────────────────────────────────────────────────────┤
+# │%*X │ │Soft-fill with character "X" as pad │
+# └─────┴─┴─────────────────────────────────────────────────────────────────────┘