All of lore.kernel.org
 help / color / mirror / Atom feed
* [KERNEL NEWBIES ACCESS] Sumitra Sharma
@ 2023-03-12 17:07 Sumitra Sharma
  2023-03-13  9:09 ` Bagas Sanjaya
  2023-03-16  8:31 ` Sumitra Sharma
  0 siblings, 2 replies; 14+ messages in thread
From: Sumitra Sharma @ 2023-03-12 17:07 UTC (permalink / raw)
  To: outreachy

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-03-18  6:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-12 17:07 [KERNEL NEWBIES ACCESS] Sumitra Sharma Sumitra Sharma
2023-03-13  9:09 ` 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

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.