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
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
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
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