On Wed, Feb 19, 2025 at 10:15:42AM -0500, Jude DaShiell wrote:
I think I know what file has the failure in it on line 17 but don't know why.

Assuming this is your line 17
source "gpg -d ~/.mutt/dashiellj...@gmail.com.gpg|"

The source command takes a file name, not a shell command.

Perhaps the output of the gpg command would be the filename
you want to source, perhaps you want to use back quotes (`)
rather than double quotes (").  Back quotes are used to
execute a shell command and replace the command line with
the command output.

If you do mean to run the gpg command, replacing the command
with the output, I question the pipe symbol at the end of the
command.  What is gpg piping to?


--
Jon H. LaBadie                 j...@labadie.us
 154 Milkweed Dr                 (540) 868-8052 (H)
 Lake Frederick, VA 22630        (703) 935-6720 (M)

Reply via email to