-# 3.216. mix_entry_format
-#
-# Type: string
-# Default: “%4n %c %-16s %a”
-#
-# This variable describes the format of a remailer line on the mixmaster chain
-# selection screen. The following printf(3)-like sequences are supported:
-#
-# ┌───┬───────────────────────────────────────────────────────────────┐
-# │%a │The remailer's e-mail address │
-# ├───┼───────────────────────────────────────────────────────────────┤
-# │%c │Remailer capabilities │
-# ├───┼───────────────────────────────────────────────────────────────┤
-# │%n │The running number on the menu │
-# ├───┼───────────────────────────────────────────────────────────────┤
-# │%s │The remailer's short name │
-# ├───┼───────────────────────────────────────────────────────────────┤
-# │%>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 │
-# └───┴───────────────────────────────────────────────────────────────┘
-#
-# (Mixmaster only)
-#
-
-
-# 3.217. mixmaster
-#
-# Type: command
-# Default: “mixmaster”
-#
-# This variable contains the path to the Mixmaster binary on your system. It is
-# used with various sets of parameters to gather the list of known remailers, and
-# to finally send a message through the mixmaster chain. (Mixmaster only)
-#
-# Note: On Debian systems, this option is set by default to “mixmaster-filter” in
-# /etc/neomuttrc.
-#
-set mixmaster="mixmaster-filter"
-
-
-# 3.218. move