From: Sumitra Sharma <sumitraartsy@gmail.com>
To: outreachy@lists.linux.dev
Subject: [KERNEL NEWBIES ACCESS] Sumitra Sharma
Date: Sun, 12 Mar 2023 10:07:57 -0700 [thread overview]
Message-ID: <20230312170757.GE28100@ubuntu> (raw)
Dear Outreachy Team,
I am Sumitra Sharma an outreachy applicant. Since being an applicant I was
following the outreachy first-patch document https://kernelnewbies.org/Outreachyfirstpatch
I encountered some issues for which I would like to suggest some updates in the document.
1. The outreachy document does not include the steps to make the inbox with mutt. The steps below can be added to configure mutt with gmail.
- 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.
2. The outreachy document directly links the ".rst" file
https://elixir.bootlin.com/linux/latest/source/Documentation/process/coding-style.rst
at many places under different sections. And as noted by fabio there is a difference between the .rst source
files content and its corresponding .html file which can lead to confusions and
missing important information. I would like to suggest to change the
links to the .html/.pdf files rather than the .rst source files.
Regards
Sumitra
next reply other threads:[~2023-03-12 17:08 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-12 17:07 Sumitra Sharma [this message]
2023-03-13 9:09 ` [KERNEL NEWBIES ACCESS] Sumitra Sharma Bagas Sanjaya
[not found] ` <20230314081646.GA37415@sumitra.com>
2023-03-14 9:27 ` Bagas Sanjaya
[not found] ` <20230314123317.GB38692@sumitra.com>
2023-03-15 8:41 ` Bagas Sanjaya
2023-03-17 8:59 ` Bagas Sanjaya
2023-03-16 8:31 ` Sumitra Sharma
2023-03-17 8:51 ` Bagas Sanjaya
2023-03-17 16:15 ` Sumitra Sharma
2023-03-17 11:05 ` Fabio M. De Francesco
2023-03-17 11:12 ` Julia Lawall
2023-03-17 15:15 ` Fabio M. De Francesco
2023-03-17 18:00 ` Sumitra Sharma
2023-03-17 19:24 ` Fabio M. De Francesco
2023-03-18 6:54 ` Sumitra Sharma
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=20230312170757.GE28100@ubuntu \
--to=sumitraartsy@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.