#acl merlyn:read,write All:read == Send email attachment to multiple recipients using Mutt == {{{!#python highlight a="address1@gmail.com, address2@gmail.com" mutt -s "subject" -a file.pdf -- $a }}} == looking up addresses with mu cfind == Just put this in your .muttrc: {{{ set query_command="mu cfind --format=mutt-ab '%s'" }}}