Re: fleacollar.sh made a bad file
Dennis Preiser <[email protected]>
| Newsgroups | gmane.mail.mutt.user |
|---|---|
| Message-ID | <[email protected]> |
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. This is line 17. > source "gpg -d ~/.mutt/[email protected]|" I would try the '--quiet' option of gpg. source "gpg -d -q ~/.mutt/[email protected] |" Dennis