All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sumitra Sharma <sumitraartsy@gmail.com>
To: Khadija Kamran <kamrankhadijadj@gmail.com>
Cc: outreachy@lists.linux.dev
Subject: Re: [PATCH] Staging: qlge: Fix indentation in conditional statement
Date: Sun, 12 Mar 2023 10:31:12 -0700	[thread overview]
Message-ID: <20230312173112.GA28679@ubuntu> (raw)
In-Reply-To: <ZA32KCmxGEM8jVwl@khadija-virtual-machine>

On Sun, Mar 12, 2023 at 08:56:24PM +0500, Khadija Kamran wrote:
> On Sun, Mar 12, 2023 at 04:31:48PM +0100, Julia Lawall wrote:
> > OK.  Was the information in the outrechy tutorial sufficient?  If not, it
> > could be good to extend it.
> > 
> > julia
> >
> 
> Hey Julia!
> 
> I thought I should reply here too. I hope that is not a problem.
> 
> I had a hard time configuring mutt, from the information in the
> outreachy tutorial. I could send my patches but I had no idea how to
> respond to mails from INBOX and how to send inline replies.
> 

- After installing mutt and esmtprc, create two files "esmtprc" and "muttrc" in home directory.
	
	touch ~/.esmtprc
	chmod g-rwx ~/.esmtprc
	chmod o-rwx ~/.esmtprc
	touch ~/.muttrc
        chmod g-rwx ~/.muttrc
        chmod o-rwx ~/.muttrc

- Edit .esmtprc
	
	identity "my.email@gmail.com"
	hostname smtp.gmail.com:587
	username "my.email@gmail.com"
	password "<mailbox password>"
	starttls required 

- Open the ~/.muttrc
        - Add the information

                set sendmail="/usr/bin/esmtp"
                set envelope_from=yes
                set from="Your Name <my.email@gmail.com>"
                set use_from=yes
                set edit_headers=yes

                # IMAP settings
                set imap_user = "username@gmail.com"
                set imap_pass = "<mailbox password>"

                # SMTP settings
                set smtp_url = "smtps://username@smtp.gmail.com"
                set smtp_pass = "<mailbox password>"

                # Remote Gmail folders
                set folder = "imaps://imap.gmail.com/"
                set spoolfile = "+INBOX"
                set postponed = "+[Gmail]/Drafts"
                set record = "+[Gmail]/Sent Mail"
                set trash = "+[Gmail]/Trash"

        - Where the imap_pass, smtp_pass would be the App password or
          the mailbox password.

- To get the App password refer https://support.google.com/accounts/answer/185833?hl=en


Regards,

Sumitra



> Regards,
> Khadija
> 

  parent reply	other threads:[~2023-03-12 17:31 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-11 15:24 [PATCH] Staging: qlge: Fix indentation in conditional statement Sumitra Sharma
2023-03-11 16:58 ` Dan Carpenter
2023-03-11 17:28   ` Sumitra Sharma
2023-03-11 18:12     ` Julia Lawall
2023-03-12  6:48       ` Sumitra Sharma
2023-03-12  7:07         ` Julia Lawall
2023-03-12  7:35           ` Sumitra Sharma
2023-03-12  7:45             ` Julia Lawall
2023-03-12 12:29               ` Sumitra Sharma
2023-03-12 13:21                 ` Julia Lawall
2023-03-12 15:27                   ` Sumitra Sharma
2023-03-12 15:31                     ` Julia Lawall
2023-03-12 15:52                       ` Sumitra Sharma
2023-03-12 16:14                         ` Julia Lawall
2023-03-12 15:56                       ` Khadija Kamran
2023-03-12 16:15                         ` Julia Lawall
2023-03-12 17:16                         ` Deepak R Varma
2023-03-12 17:31                         ` Sumitra Sharma [this message]
2023-03-12 17:46                           ` Khadija Kamran

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230312173112.GA28679@ubuntu \
    --to=sumitraartsy@gmail.com \
    --cc=kamrankhadijadj@gmail.com \
    --cc=outreachy@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.