All of lore.kernel.org
 help / color / mirror / Atom feed
* error while sending mail using git send-email
@ 2017-02-04 21:56 srishti sharma
  2017-02-05  0:46 ` srishti sharma
  0 siblings, 1 reply; 14+ messages in thread
From: srishti sharma @ 2017-02-04 21:56 UTC (permalink / raw)
  To: kernelnewbies

when I am using git send-email , to send the patch , I am getting the
following error

sendmail: fatal: open /etc/postfix/main.cf: No such file or directory
Died at /usr/lib/git-core/git-send-email line 1329, <FIN> line 3.

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

* error while sending mail using git send-email
  2017-02-04 21:56 error while sending mail using git send-email srishti sharma
@ 2017-02-05  0:46 ` srishti sharma
  2017-02-05  1:37   ` srishti sharma
  0 siblings, 1 reply; 14+ messages in thread
From: srishti sharma @ 2017-02-05  0:46 UTC (permalink / raw)
  To: kernelnewbies

Also mutt is not working for me .
I am getting smtp session failed , error

Regards

On Sun, Feb 5, 2017 at 3:26 AM, srishti sharma <srishtishar@gmail.com> wrote:
> when I am using git send-email , to send the patch , I am getting the
> following error
>
> sendmail: fatal: open /etc/postfix/main.cf: No such file or directory
> Died at /usr/lib/git-core/git-send-email line 1329, <FIN> line 3.

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

* error while sending mail using git send-email
  2017-02-05  0:46 ` srishti sharma
@ 2017-02-05  1:37   ` srishti sharma
  2017-02-05  1:45     ` Ozgur Karatas
  0 siblings, 1 reply; 14+ messages in thread
From: srishti sharma @ 2017-02-05  1:37 UTC (permalink / raw)
  To: kernelnewbies

I am getting the error smtp server problem name or service not known
I have tried googling it but , I haven't found anything relevant .
what could be the problem .

regards


On Sun, Feb 5, 2017 at 6:16 AM, srishti sharma <srishtishar@gmail.com> wrote:
> Also mutt is not working for me .
> I am getting smtp session failed , error
>
> Regards
>
> On Sun, Feb 5, 2017 at 3:26 AM, srishti sharma <srishtishar@gmail.com> wrote:
>> when I am using git send-email , to send the patch , I am getting the
>> following error
>>
>> sendmail: fatal: open /etc/postfix/main.cf: No such file or directory
>> Died at /usr/lib/git-core/git-send-email line 1329, <FIN> line 3.

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

* error while sending mail using git send-email
  2017-02-05  1:37   ` srishti sharma
@ 2017-02-05  1:45     ` Ozgur Karatas
       [not found]       ` <CAB3L5oz0QEB8Y0G8bG2ZjzeV+MT21LdKYpyYrqsR4=euCDyJ_A@mail.gmail.com>
  0 siblings, 1 reply; 14+ messages in thread
From: Ozgur Karatas @ 2017-02-05  1:45 UTC (permalink / raw)
  To: kernelnewbies

05.02.2017, 04:40, "srishti sharma" <srishtishar@gmail.com>:
> I am getting the error smtp server problem name or service not known
> I have tried googling it but , I haven't found anything relevant .
> what could be the problem .
>
> regards
>

Hello,

what is the mutt configurations? would you paste it? what did you configure as smtp settings on the mutt? Please paste it.
if you don't show us the error message and the configuration, we can't help you at all.

Regards

~Ozgur

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

* error while sending mail using git send-email
       [not found]       ` <CAB3L5oz0QEB8Y0G8bG2ZjzeV+MT21LdKYpyYrqsR4=euCDyJ_A@mail.gmail.com>
@ 2017-02-05  1:53         ` srishti sharma
  2017-02-05  1:55           ` srishti sharma
  2017-02-05  2:05           ` Ozgur Karatas
  0 siblings, 2 replies; 14+ messages in thread
From: srishti sharma @ 2017-02-05  1:53 UTC (permalink / raw)
  To: kernelnewbies

 These are the mutt configurations

   set ssl_starttls = yes
   set ssl_force_tls = yes
   set imap_user = srishtishar at gmail.com
   set imap_pass = 'heuristics at 56'

   set from = srishtishar at gmail.com
   set realname = 'srishti sharma'
   set folder = imaps://imap.gmail.com/
   set spoolfile = imaps://imap.gmail.com/INBOX
   set postponed = "imaps://imap.gmail.com/[Gmail]/Drafts"

   set header_cache = "~/.mutt/cache/headers"
   set message_cachedir = "~/.mutt/cache/bodies"
   set certificate_file = "~/.mutt/certificates"
   set smtp_url = 'smtps://smtp-relay.gmail.com'
   set move = no
   set imap_keepalive = 900

On Sun, Feb 5, 2017 at 7:22 AM, srishti sharma <srishtishar@gmail.com> wrote:
>   These are the mutt configurations
>
>    set ssl_starttls = yes
>    set ssl_force_tls = yes
>    set imap_user = srishtishar at gmail.com
>    set imap_pass = 'heuristics at 56'
>
>    set from = srishtishar at gmail.com
>    set realname = 'srishti sharma'
>    set folder = imaps://imap.gmail.com/
>    set spoolfile = imaps://imap.gmail.com/INBOX
>    set postponed = "imaps://imap.gmail.com/[Gmail]/Drafts"
>
>    set header_cache = "~/.mutt/cache/headers"
>    set message_cachedir = "~/.mutt/cache/bodies"
>    set certificate_file = "~/.mutt/certificates"
>    set smtp_url = 'smtps://smtp-relay.gmail.com'
>    set move = no
>    set imap_keepalive = 900
>
>
>
> On Sun, Feb 5, 2017 at 7:15 AM, Ozgur Karatas <mueddib@goosey.org> wrote:
>> 05.02.2017, 04:40, "srishti sharma" <srishtishar@gmail.com>:
>>> I am getting the error smtp server problem name or service not known
>>> I have tried googling it but , I haven't found anything relevant .
>>> what could be the problem .
>>>
>>> regards
>>>
>>
>> Hello,
>>
>> what is the mutt configurations? would you paste it? what did you configure as smtp settings on the mutt? Please paste it.
>> if you don't show us the error message and the configuration, we can't help you at all.
>>
>> Regards
>>
>> ~Ozgur

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

* error while sending mail using git send-email
  2017-02-05  1:53         ` srishti sharma
@ 2017-02-05  1:55           ` srishti sharma
  2017-02-05  2:37             ` Bo YU
  2017-02-05  2:05           ` Ozgur Karatas
  1 sibling, 1 reply; 14+ messages in thread
From: srishti sharma @ 2017-02-05  1:55 UTC (permalink / raw)
  To: kernelnewbies

SMTP session failed: 550 5.7.0  https://support.google.com/a/answer/6140680#mail

This is the error I am getting .

On Sun, Feb 5, 2017 at 7:23 AM, srishti sharma <srishtishar@gmail.com> wrote:
>  These are the mutt configurations
>
>    set ssl_starttls = yes
>    set ssl_force_tls = yes
>    set imap_user = srishtishar at gmail.com
>    set imap_pass = 'heuristics at 56'
>
>    set from = srishtishar at gmail.com
>    set realname = 'srishti sharma'
>    set folder = imaps://imap.gmail.com/
>    set spoolfile = imaps://imap.gmail.com/INBOX
>    set postponed = "imaps://imap.gmail.com/[Gmail]/Drafts"
>
>    set header_cache = "~/.mutt/cache/headers"
>    set message_cachedir = "~/.mutt/cache/bodies"
>    set certificate_file = "~/.mutt/certificates"
>    set smtp_url = 'smtps://smtp-relay.gmail.com'
>    set move = no
>    set imap_keepalive = 900
>
> On Sun, Feb 5, 2017 at 7:22 AM, srishti sharma <srishtishar@gmail.com> wrote:
>>   These are the mutt configurations
>>
>>    set ssl_starttls = yes
>>    set ssl_force_tls = yes
>>    set imap_user = srishtishar at gmail.com
>>    set imap_pass = 'heuristics at 56'
>>
>>    set from = srishtishar at gmail.com
>>    set realname = 'srishti sharma'
>>    set folder = imaps://imap.gmail.com/
>>    set spoolfile = imaps://imap.gmail.com/INBOX
>>    set postponed = "imaps://imap.gmail.com/[Gmail]/Drafts"
>>
>>    set header_cache = "~/.mutt/cache/headers"
>>    set message_cachedir = "~/.mutt/cache/bodies"
>>    set certificate_file = "~/.mutt/certificates"
>>    set smtp_url = 'smtps://smtp-relay.gmail.com'
>>    set move = no
>>    set imap_keepalive = 900
>>
>>
>>
>> On Sun, Feb 5, 2017 at 7:15 AM, Ozgur Karatas <mueddib@goosey.org> wrote:
>>> 05.02.2017, 04:40, "srishti sharma" <srishtishar@gmail.com>:
>>>> I am getting the error smtp server problem name or service not known
>>>> I have tried googling it but , I haven't found anything relevant .
>>>> what could be the problem .
>>>>
>>>> regards
>>>>
>>>
>>> Hello,
>>>
>>> what is the mutt configurations? would you paste it? what did you configure as smtp settings on the mutt? Please paste it.
>>> if you don't show us the error message and the configuration, we can't help you at all.
>>>
>>> Regards
>>>
>>> ~Ozgur

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

* error while sending mail using git send-email
  2017-02-05  1:53         ` srishti sharma
  2017-02-05  1:55           ` srishti sharma
@ 2017-02-05  2:05           ` Ozgur Karatas
       [not found]             ` <CAB3L5oyyrMrRP5w2LawfWFOAfCNvGM3gs1ou_Ft+i8wDJOx+Lg@mail.gmail.com>
  1 sibling, 1 reply; 14+ messages in thread
From: Ozgur Karatas @ 2017-02-05  2:05 UTC (permalink / raw)
  To: kernelnewbies

05.02.2017, 04:53, "srishti sharma" <srishtishar@gmail.com>:
> ?These are the mutt configurations
>
> ???set ssl_starttls = yes
> ???set ssl_force_tls = yes
> ???set imap_user = srishtishar at gmail.com
> ???set imap_pass = 'heuristics at 56'
>
> ???set from = srishtishar at gmail.com
> ???set realname = 'srishti sharma'
> ???set folder = imaps://imap.gmail.com/
> ???set spoolfile = imaps://imap.gmail.com/INBOX
> ???set postponed = "imaps://imap.gmail.com/[Gmail]/Drafts"
>
> ???set header_cache = "~/.mutt/cache/headers"
> ???set message_cachedir = "~/.mutt/cache/bodies"
> ???set certificate_file = "~/.mutt/certificates"
> ???set smtp_url = 'smtps://smtp-relay.gmail.com'
> ???set move = no
> ???set imap_keepalive = 900

Hello,

firstly, please don't share your e-mail password and immediately change to password now.

1. Create a username/password file to ~/.mutt/account.gpg

Read: https://gist.github.com/lazyfrost/ca4807e185d5e6816bf1

1. Please add below lines to .mutt file:

source '~/.mutt/gmail'
source "gpg -dq $HOME/.mutt/account.gpg |"

folder-hook 'gmail.com'  'source ~/.mutt/gmail'
account-hook gmail.com  'set imap_user=$my_gmail_user imap_pass=$my_gmail_pass'

2. Create a file ~/.mutt/gmail and add below lines:

# GENERAL OPTIONS
set header_cache     = ~/.mutt/gmail.com/cache/headers
set message_cachedir = ~/.mutt/gmail.com/cache/bodies
set certificate_file = ~/.mutt/certificates
unset record

# RECEIVE OPTIONS
set imap_check_subscribed
unset imap_passive
set imap_keepalive = 900
set mail_check     = 900

# REMOTE GMAIL FOLDERS
set folder    = 'imaps://imap.gmail.com:993'
set spoolfile = '+INBOX'
set postponed = '+Drafts'

# SEND OPTIONS
set realname  = $my_name
set from      = $my_gmail_user
set smtp_url  = 'smtp://'$my_gmail_user'@smtp.gmail.com:587/'
set smtp_pass = $my_gmail_pass

Finally,

Create a patch and run command:

$ mutt -H 0001-patch.patch

Regards,

~Ozgur

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

* error while sending mail using git send-email
  2017-02-05  1:55           ` srishti sharma
@ 2017-02-05  2:37             ` Bo YU
  0 siblings, 0 replies; 14+ messages in thread
From: Bo YU @ 2017-02-05  2:37 UTC (permalink / raw)
  To: kernelnewbies

On Sun, Feb 05, 2017 at 07:25:53AM +0530, srishti sharma wrote:
>SMTP session failed: 550 5.7.0  https://support.google.com/a/answer/6140680#mail
>
>This is the error I am getting .
Did you have a VPS in US or other country?
I have this trouble before, so this email send from my VPS(as you
posted,mutt + gmail with imap) in US.

Hope help you.
>
>On Sun, Feb 5, 2017 at 7:23 AM, srishti sharma <srishtishar@gmail.com> wrote:
>>  These are the mutt configurations
>>
>>    set ssl_starttls = yes
>>    set ssl_force_tls = yes
>>    set imap_user = srishtishar at gmail.com
>>    set imap_pass = 'heuristics at 56'
>>
>>    set from = srishtishar at gmail.com
>>    set realname = 'srishti sharma'
>>    set folder = imaps://imap.gmail.com/
>>    set spoolfile = imaps://imap.gmail.com/INBOX
>>    set postponed = "imaps://imap.gmail.com/[Gmail]/Drafts"
>>
>>    set header_cache = "~/.mutt/cache/headers"
>>    set message_cachedir = "~/.mutt/cache/bodies"
>>    set certificate_file = "~/.mutt/certificates"
>>    set smtp_url = 'smtps://smtp-relay.gmail.com'
>>    set move = no
>>    set imap_keepalive = 900
>>
>> On Sun, Feb 5, 2017 at 7:22 AM, srishti sharma <srishtishar@gmail.com> wrote:
>>>   These are the mutt configurations
>>>
>>>    set ssl_starttls = yes
>>>    set ssl_force_tls = yes
>>>    set imap_user = srishtishar at gmail.com
>>>    set imap_pass = 'heuristics at 56'
>>>
>>>    set from = srishtishar at gmail.com
>>>    set realname = 'srishti sharma'
>>>    set folder = imaps://imap.gmail.com/
>>>    set spoolfile = imaps://imap.gmail.com/INBOX
>>>    set postponed = "imaps://imap.gmail.com/[Gmail]/Drafts"
>>>
>>>    set header_cache = "~/.mutt/cache/headers"
>>>    set message_cachedir = "~/.mutt/cache/bodies"
>>>    set certificate_file = "~/.mutt/certificates"
>>>    set smtp_url = 'smtps://smtp-relay.gmail.com'
>>>    set move = no
>>>    set imap_keepalive = 900
>>>
>>>
>>>
>>> On Sun, Feb 5, 2017 at 7:15 AM, Ozgur Karatas <mueddib@goosey.org> wrote:
>>>> 05.02.2017, 04:40, "srishti sharma" <srishtishar@gmail.com>:
>>>>> I am getting the error smtp server problem name or service not known
>>>>> I have tried googling it but , I haven't found anything relevant .
>>>>> what could be the problem .
>>>>>
>>>>> regards
>>>>>
>>>>
>>>> Hello,
>>>>
>>>> what is the mutt configurations? would you paste it? what did you configure as smtp settings on the mutt? Please paste it.
>>>> if you don't show us the error message and the configuration, we can't help you at all.
>>>>
>>>> Regards
>>>>
>>>> ~Ozgur
>
>_______________________________________________
>Kernelnewbies mailing list
>Kernelnewbies at kernelnewbies.org
>https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

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

* error while sending mail using git send-email
       [not found]               ` <12672071486263402@web21g.yandex.ru>
@ 2017-02-06 23:12                 ` srishti sharma
  2017-02-10  7:05                   ` srishti sharma
  0 siblings, 1 reply; 14+ messages in thread
From: srishti sharma @ 2017-02-06 23:12 UTC (permalink / raw)
  To: kernelnewbies

gpg: no valid OpenPGP data found.
gpg: decrypt_message failed: eof

getting these errors after running mutt

On Sun, Feb 5, 2017 at 8:26 AM, Ozgur Karatas <mueddib@goosey.org> wrote:
> 05.02.2017, 05:22, "srishti sharma" <srishtishar@gmail.com>:
>> Thank you so much , will try this hope it works !
>
> Hello,
>
> you are welcome and I use it this way.
> Good luck,
>
> Regards,
>
> Ozgur
>
>> Regards

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

* error while sending mail using git send-email
  2017-02-06 23:12                 ` srishti sharma
@ 2017-02-10  7:05                   ` srishti sharma
  2017-02-10  7:28                     ` srishti sharma
  2017-02-11 11:16                     ` Ozgur Karatas
  0 siblings, 2 replies; 14+ messages in thread
From: srishti sharma @ 2017-02-10  7:05 UTC (permalink / raw)
  To: kernelnewbies

The key was successfully validated using launchpad , I don't know why
I am getting this error. I am unable to start mutt , because of this
error .

Please help

Regards
Srishti

On Tue, Feb 7, 2017 at 4:42 AM, srishti sharma <srishtishar@gmail.com> wrote:
> gpg: no valid OpenPGP data found.
> gpg: decrypt_message failed: eof
>
> getting these errors after running mutt
>
> On Sun, Feb 5, 2017 at 8:26 AM, Ozgur Karatas <mueddib@goosey.org> wrote:
>> 05.02.2017, 05:22, "srishti sharma" <srishtishar@gmail.com>:
>>> Thank you so much , will try this hope it works !
>>
>> Hello,
>>
>> you are welcome and I use it this way.
>> Good luck,
>>
>> Regards,
>>
>> Ozgur
>>
>>> Regards

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

* error while sending mail using git send-email
  2017-02-10  7:05                   ` srishti sharma
@ 2017-02-10  7:28                     ` srishti sharma
  2017-02-11 11:16                     ` Ozgur Karatas
  1 sibling, 0 replies; 14+ messages in thread
From: srishti sharma @ 2017-02-10  7:28 UTC (permalink / raw)
  To: kernelnewbies

Okay , so now I am not getting these errors :
gpg: no valid OpenPGP data found.
gpg: decrypt_message failed: eof


but I am still unable to login Mutt , It is giving me login failed .

Regards

On Fri, Feb 10, 2017 at 12:35 PM, srishti sharma <srishtishar@gmail.com> wrote:
> The key was successfully validated using launchpad , I don't know why
> I am getting this error. I am unable to start mutt , because of this
> error .
>
> Please help
>
> Regards
> Srishti
>
> On Tue, Feb 7, 2017 at 4:42 AM, srishti sharma <srishtishar@gmail.com> wrote:
>> gpg: no valid OpenPGP data found.
>> gpg: decrypt_message failed: eof
>>
>> getting these errors after running mutt
>>
>> On Sun, Feb 5, 2017 at 8:26 AM, Ozgur Karatas <mueddib@goosey.org> wrote:
>>> 05.02.2017, 05:22, "srishti sharma" <srishtishar@gmail.com>:
>>>> Thank you so much , will try this hope it works !
>>>
>>> Hello,
>>>
>>> you are welcome and I use it this way.
>>> Good luck,
>>>
>>> Regards,
>>>
>>> Ozgur
>>>
>>>> Regards

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

* error while sending mail using git send-email
  2017-02-10  7:05                   ` srishti sharma
  2017-02-10  7:28                     ` srishti sharma
@ 2017-02-11 11:16                     ` Ozgur Karatas
  2017-02-11 11:43                       ` srishti sharma
  1 sibling, 1 reply; 14+ messages in thread
From: Ozgur Karatas @ 2017-02-11 11:16 UTC (permalink / raw)
  To: kernelnewbies


Hello,

are you still having problem a mutt?

Regards,

Ozgur

10.02.2017, 10:05, "srishti sharma" <srishtishar@gmail.com>:
> The key was successfully validated using launchpad , I don't know why
> I am getting this error. I am unable to start mutt , because of this
> error .
>
> Please help
>
> Regards
> Srishti
>
> On Tue, Feb 7, 2017 at 4:42 AM, srishti sharma <srishtishar@gmail.com> wrote:
>> ?gpg: no valid OpenPGP data found.
>> ?gpg: decrypt_message failed: eof
>>
>> ?getting these errors after running mutt

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

* error while sending mail using git send-email
  2017-02-11 11:16                     ` Ozgur Karatas
@ 2017-02-11 11:43                       ` srishti sharma
       [not found]                         ` <5478491486814083@web28o.yandex.ru>
  0 siblings, 1 reply; 14+ messages in thread
From: srishti sharma @ 2017-02-11 11:43 UTC (permalink / raw)
  To: kernelnewbies

Hi,

I am able to send email using mail , but am unable to log into it . It
is not giving me any errors , just says login failed .

Regards,

Srishti

On Sat, Feb 11, 2017 at 4:46 PM, Ozgur Karatas <mueddib@goosey.org> wrote:
>
> Hello,
>
> are you still having problem a mutt?
>
> Regards,
>
> Ozgur
>
> 10.02.2017, 10:05, "srishti sharma" <srishtishar@gmail.com>:
>> The key was successfully validated using launchpad , I don't know why
>> I am getting this error. I am unable to start mutt , because of this
>> error .
>>
>> Please help
>>
>> Regards
>> Srishti
>>
>> On Tue, Feb 7, 2017 at 4:42 AM, srishti sharma <srishtishar@gmail.com> wrote:
>>>  gpg: no valid OpenPGP data found.
>>>  gpg: decrypt_message failed: eof
>>>
>>>  getting these errors after running mutt

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

* error while sending mail using git send-email
       [not found]                         ` <5478491486814083@web28o.yandex.ru>
@ 2017-02-11 21:45                           ` srishti sharma
  0 siblings, 0 replies; 14+ messages in thread
From: srishti sharma @ 2017-02-11 21:45 UTC (permalink / raw)
  To: kernelnewbies

yes , I had created a gpg key .

Thanks

Regards


On Sat, Feb 11, 2017 at 5:24 PM, Ozgur Karatas <mueddib@goosey.org> wrote:
> Hello Srishti,
>
> did you create a GPG key?
>
> https://help.github.com/articles/generating-a-new-gpg-key/
>
> Please run command gpg --list-keys:
>
> Example:
>
> $ gpg --list-keys
>
> --------------------------------
> pub   4096R/B3AFED6C 2016-11-29
> uid                  Ozgur Karatas <mueddib@goosey.org>
> sub   4096R/920124C1 2016-11-29
>
> pub   4096R/6092693E 2011-09-23
> uid                  Greg Kroah-Hartman (Linux kernel stable release signing key) <greg@kroah.com>
> sub   4096R/76D54749 2011-09-23
>
> Regards,
>
> Ozgur
>
> 11.02.2017, 14:43, "srishti sharma" <srishtishar@gmail.com>:
>> Hi,
>>
>> I am able to send email using mail , but am unable to log into it . It
>> is not giving me any errors , just says login failed .
>>
>> Regards,
>>
>> Srishti

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

end of thread, other threads:[~2017-02-11 21:45 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-04 21:56 error while sending mail using git send-email srishti sharma
2017-02-05  0:46 ` srishti sharma
2017-02-05  1:37   ` srishti sharma
2017-02-05  1:45     ` Ozgur Karatas
     [not found]       ` <CAB3L5oz0QEB8Y0G8bG2ZjzeV+MT21LdKYpyYrqsR4=euCDyJ_A@mail.gmail.com>
2017-02-05  1:53         ` srishti sharma
2017-02-05  1:55           ` srishti sharma
2017-02-05  2:37             ` Bo YU
2017-02-05  2:05           ` Ozgur Karatas
     [not found]             ` <CAB3L5oyyrMrRP5w2LawfWFOAfCNvGM3gs1ou_Ft+i8wDJOx+Lg@mail.gmail.com>
     [not found]               ` <12672071486263402@web21g.yandex.ru>
2017-02-06 23:12                 ` srishti sharma
2017-02-10  7:05                   ` srishti sharma
2017-02-10  7:28                     ` srishti sharma
2017-02-11 11:16                     ` Ozgur Karatas
2017-02-11 11:43                       ` srishti sharma
     [not found]                         ` <5478491486814083@web28o.yandex.ru>
2017-02-11 21:45                           ` srishti 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.