# -*- muttrc -*-
#
# $Revision: 45a6d8582b36 $ $Date: Thu, 14 Mar 2024 21:47:43 -0400 $
# $Source: /doc/html/htdocs/dotfiles/top/dot-mutt/macros $
# $Host: furbag.my.domain $
# $UUID: 60085720-05db-11e3-9d0a-00242183ec74 $
#
# macros for mutt.

# Save current message in Spam folder
macro index  S '<pipe-message>formail -ds >> $MAIL<enter>d'
macro pager  S '<pipe-message>formail -ds >> $MAIL<enter>d'

# Search the message header and body for strings.
macro index  \eb '/~B '
macro pager  \eb '/~B '

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# EOF
