-# This specifies the file into which your outgoing messages should be
-# appended. (This is meant as the primary method for saving a copy of
-# your messages, but another way to do this is using the ``my_hdr''
-# command to create a ``Bcc:'' field with your email address in it.)
-#
-# The value of $record is overridden by the $force_name and
-# $save_name variables, and the ``fcc-hook'' command.
-#
-#
-# set reply_regexp="^(re([\\[0-9\\]+])*|aw):[ \t]*"
-#
-# Name: reply_regexp
-# Type: regular expression
-# Default: "^(re([\\[0-9\\]+])*|aw):[ \t]*"
-#
-#
-# A regular expression used to recognize reply messages when threading
-# and replying. The default value corresponds to the English "Re:" and
-# the German "Aw:".
-#
-#
-# set reply_self=no
-#
-# Name: reply_self
-# Type: boolean
-# Default: no
-#
-#
-# If unset and you are replying to a message sent by you, Mutt will
-# assume that you want to reply to the recipients of that message rather
-# than to yourself.
-#
-# Also see the ``alternates'' command.
-#
-#
-# set reply_to=ask-yes
-#
-# Name: reply_to
-# Type: quadoption
-# Default: ask-yes
-#
-#
-# If set, when replying to a message, Mutt will use the address listed
-# in the Reply-to: header as the recipient of the reply. If unset,
-# it will use the address in the From: header field instead. This
-# option is useful for reading a mailing list that sets the Reply-To:
-# header field to the list address and you want to send a private
-# message to the author of a message.
-#
-#
-# set resolve=yes
-#
-# Name: resolve
-# Type: boolean
-# Default: yes
-#
-#
-# When set, the cursor will be automatically advanced to the next
-# (possibly undeleted) message whenever a command that modifies the
-# current message is executed.
-#
-#
-# set reverse_alias=no
-#
-# Name: reverse_alias
-# Type: boolean
-# Default: no
-#
-#
-# This variable controls whether or not Mutt will display the ``personal''
-# name from your aliases in the index menu if it finds an alias that
-# matches the message's sender. For example, if you have the following
-# alias:
-# alias juser abd30425@somewhere.net (Joe User)
-#
-# and then you receive mail which contains the following header:
-# From: abd30425@somewhere.net
-#
-# It would be displayed in the index menu as ``Joe User'' instead of
-# ``abd30425@somewhere.net.'' This is useful when the person's e-mail
-# address is not human friendly.
-#
-#
-# set reverse_name=no
-#
-# Name: reverse_name
-# Type: boolean
-# Default: no
-#
-#
-# It may sometimes arrive that you receive mail to a certain machine,
-# move the messages to another machine, and reply to some the messages
-# from there. If this variable is set, the default From: line of
-# the reply messages is built using the address where you received the
-# messages you are replying to if that address matches your
-# ``alternates''. If the variable is unset, or the address that would be
-# used doesn't match your ``alternates'', the From: line will use
-# your address on the current machine.
-#
-# Also see the ``alternates'' command.
-#
-#
-# set reverse_realname=yes