All of lore.kernel.org
 help / color / mirror / Atom feed
* (no subject)
@ 2023-03-17 16:36 Sumitra Sharma
  2023-03-17 16:47 ` your mail Julia Lawall
  0 siblings, 1 reply; 8+ messages in thread
From: Sumitra Sharma @ 2023-03-17 16:36 UTC (permalink / raw)
  To: Bagas Sanjaya; +Cc: Linux Outreachy, julia.lawall

, fmdefrancesco@gmail.com
Bcc: 
Subject: Re: [KERNEL NEWBIES ACCESS] Sumitra Sharma
Reply-To: 
In-Reply-To: <936dcbf3-0bf3-0461-1ea5-d71e0e60fa88@gmail.com>

On Wed, Mar 15, 2023 at 03:41:40PM +0700, Bagas Sanjaya wrote:
> On 3/14/23 19:33, Sumitra Sharma wrote:
> >> On Outreachyfirstpatch, there is a pointer to Outreachyfirstpatchalt
> >> (which contains instructions on spinning up Ubuntu VM), so you need to
> >> install your tools (including postfix and mutt) there if you want to
> >> contribute through there. So I think the latter doc should be kept as
> >> is.
> >>
> > 
> > Hi
> > 
> > Can you send me a link to Outreachyfirstpatchalt, I am unable to find
> > it.
> > 
> 
> For your completeness, see https://kernelnewbies.org/OutreachyfirstpatchAlt.
> 
> Again, what I mean that OutreachyfirstpatchAlt is about spinning up
> Linux VM. If you need follow setting up tools in Outreachyfirstpatch,
> you can do that in the VM. So I suggest not to modify OutreachyfirstpatchAlt
> for now. (But I wish the slug could be better named as LinuxVMSetup).
>

Hi,

Since we discussed all about the outreachyfirstpatchalt only and you
also suggested not to modify it for now. I want to clarify that whether we are working on these below changes for the "outreachyfirstpatch". I am again mentioning them below.

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.


Regards,

Sumitra

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

end of thread, other threads:[~2023-03-19  9:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-17 16:36 Sumitra Sharma
2023-03-17 16:47 ` your mail Julia Lawall
2023-03-17 18:17   ` Sumitra Sharma
2023-03-19  8:09   ` Sumitra Sharma
2023-03-19  8:35     ` Julia Lawall
2023-03-19  8:56       ` Sumitra Sharma
2023-03-19  9:02         ` Julia Lawall
2023-03-19  9:53           ` 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.