Re: fleacollar.sh made a bad file

2025-02-20 Thread Mathias M.
the error is the line: > mailboxes = +INBOX theres no '=' when assigning mailboxes. Regards, Mathias 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. > > set realname="Jude DaShiell" > set from="dashiell

Re: fleacollar.sh made a bad file

2025-02-19 Thread Jon LaBadie
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 t

Re: fleacollar.sh made a bad file

2025-02-19 Thread Dennis Preiser
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/dashiellj...@gmail.com.gpg|" I would try the '--quiet' option of gpg. source "gpg -d -q ~/.mutt/dashiellj...@g

re: fleacollar.sh made a bad file

2025-02-19 Thread Jude DaShiell
I think I know what file has the failure in it on line 17 but don't know why. set realname="Jude DaShiell" set from="dashiellj...@gmail.com" set use_from = "yes" set hostname=gmail.com unset imap_passive unset record set imap_user=dashiellj...@gmail.com set smtp_url="smtp://dashiellj...@smtp.gmail