#
# Sets the default Content-Type for the body of newly composed messages.
#
+set content_type="text/plain; markup=markdown"
# 3.40. copy
# defaults to unset, and has a separate option, $mail_check_stats_interval, to
# control how often to update these counts.
#
+set mail_check_stats=yes
# 3.137. mail_check_stats_interval
# mutt, the messages will show up with an “O” next to them in the index menu,
# indicating that they are old.
#
-set mark_old=yes
+set mark_old=no
# 3.145. markers
#
# Also see $wrap.
#
+set reflow_wrap=-10
# 3.246. reply_regexp
# In case the text cannot be converted into one of these exactly, mutt uses
# $charset as a fallback.
#
+set send_charset="utf-8"
# 3.266. sendmail
# In order to use %S, %N, %F, and %!, $mail_check_stats must be set. When thus
# set, a suggested value for this option is "%B%?F? [%F]?%* %?N?%N/?%S".
#
-set sidebar_format="%B%?F? [%F]?%* %?N?%N/?%S"
+set sidebar_format="%B%?F? [%F]?%* %?N?%N/?%S"
# 3.273. sidebar_indent_string
# of mailboxes, but wrap around to the beginning. The <sidebar-prev-new> command
# is similarly affected, wrapping around to the end of the list.
#
+set sidebar_next_new_wrap=yes
# 3.276. sidebar_short_path
# You may optionally use the “reverse-” prefix to specify reverse sorting order
# (example: “set sort_browser=reverse-date”).
#
+set sidebar_sort_method=path
# 3.278. sidebar_visible
#
# See also: $sidebar_format, $sidebar_width
#
-set sidebar_visible=no
+set sidebar_visible=yes
# 3.279. sidebar_width
#
# Also see $reflow_wrap.
#
-set wrap=-10
+set wrap=$reflow_wrap
# 3.366. wrap_headers