Re: I am unable to setup and send mail via mutt Here I am sharing my all muttrc and everything

Julia Lawall <[email protected]> Sun, 30 Mar 2025 15:03:23 +0200 (CEST)
Newsgroups dev.linux.lists.outreachy
Message-ID <alpine.DEB.2.22.394.2503301502440.3689@hadrien>

On Sun, 30 Mar 2025, rujra wrote:

> ============ ~/.muttrc ================
> set sendmail="/usr/bin/esmtp"
>   2 set envelope_from=yes
>   3 set from="Rujra Bhatt <[email protected]>"
>   4 set use_from=yes
>   5 set edit_headers=yes
>   6
>   7 set imap_user = '[email protected]'
>   8 set imap_pass = 'mfpdcwklatrzlhbu'   #application password 16-digit.
>   9
>  10
>  11 set folder="imaps://imap.gmail.com"
>  12 set spoolfile="imaps://imap.gmail.com/INBOX"
>  13 set record="imaps://imap.gmail.com/[Gmail]/Sent Mail"
>  14 set postponed="imaps://imap.gmail.com/[Gmail]/Drafts"
>  15
>  16 set header_cache = "~/.mutt/cache/headers"
>  17 set message_cachedir = "~/.mutt/cache/bodies"
>  18 set certificate_file = "~/.mutt/certificates"
>  19
>  20 set from = '[email protected]'
>  21 set realname = 'rujra bhatt'
>  22
>  23 #set smtp_url = 'smtp://[email protected]:587/'
>  24 #set smtp_pass='aplication'
>  25
>  26 set move = no
>  27 set imap_keepalive = 900
>  28
>  29 # Gmail-style keyboard shortcuts
>  30 macro index,pager ga "<change-folder>=[Gmail]/All<tab><enter>" "Go
> to all mail"
>  31 macro index,pager gi "<change-folder>=INBOX<enter>" "Go to inbox"
>  32 macro index,pager gs "<change-folder>=[Gmail]/Starred<enter>" "Go
> to starred messages"
>  33 macro index,pager gd "<change-folder>=[Gmail]/Drafts<enter>" "Go to drafts"
>  34 macro index,pager e "<enter-command>unset trash\n
> <delete-message>" "Gmail archive message    " # different from Gmail,
> but wanted to keep "y" to show folders.
>
>
> =========================================================
> Also I am attaching debug report here

How does the error manifest?  i didn't see anything alarming in the debug
output, but I may have missed something.

julia