# -*- muttrc -*-

# Null out any folder specific keys.
#bind index @     noop
#bind index "\el" noop

# Set default signature
#set signature=~/.signature

unset strict_threads

# Reset any headers that may have been set in other folder-hooks
#unmy_hdr From:
unmy_hdr Reply-To:
unmy_hdr Fcc:
unmy_hdr Return-Receipt-To:

# For normal folders, unregister from other list and register on this one
macro index \es ":unset wait_key\n| /usr/bin/bogofilter -N -s\n:set wait_key\n"
macro pager \es ":unset wait_key\n| /usr/bin/bogofilter -N -s\n:set wait_key\n"
macro index \en ":unset wait_key\n| /usr/bin/bogofilter -S -n\n:set wait_key\n"
 macro pager \en ":unset wait_key\n| /usr/bin/bogofilter -S -n\n:set wait_key\n"