Cannot pull from gitscm.sf.net

572 views
Skip to first unread message

James Chai

unread,
Aug 11, 2016, 8:08:32 PM8/11/16
to Android-x86
Every attempt to clone or pull project from gitscm.sf.net results in a connection reset on my home desktop in China and servers in Japan and London.

git.code.sf.net seems working. However, paths on the working sf server has changed and the repo isn't aware of that. Hoe can I fix this?

Chih-Wei Huang

unread,
Aug 11, 2016, 8:51:33 PM8/11/16
to Android-x86
2016-08-12 2:46 GMT+08:00 James Chai <cth...@gmail.com>:
> Every attempt to clone or pull project from gitscm.sf.net results in a connection reset on my home desktop in China and servers in Japan and London.

Yes. SF git seems becomes unstable recently.
I also see it frequently.

I've contacted SF admin but just got the
bureaucratic reply:

"The most likely issue is that something is wrong with your network.
Connection reset by peer is an operating system level network disconnection.
However, if your network is fine try the following command:

git gc

and then try running the commands again."

But I don't think it's a client side issue since
more and more people complain it.

Anyway, just try it repeatedly until it succeeds
before SF can fix the issue.
That is what I am doing.

> git.code.sf.net seems working. However, paths on the working sf server has changed and the repo isn't aware of that. Hoe can I fix this?


--
Chih-Wei
Android-x86 project
http://www.android-x86.org

Chih-Wei Huang

unread,
Aug 11, 2016, 9:02:48 PM8/11/16
to Android-x86
If you have the similar issue, please help to
send an email to SF operators:

SF.Net Ops <sfne...@slashdotmedia.com>

Remember to show the git command you did
and copy the error messages you got.

I think they will take it more seriously
if more people complain.
Let them know it's not a personal issue
on the client side but a global issue
on the SF server side.

zhongtian xie

unread,
Aug 16, 2016, 11:30:31 PM8/16/16
to andro...@googlegroups.com
Yes, I'd @SF operator !! 


--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86+unsubscribe@googlegroups.com.
To post to this group, send email to andro...@googlegroups.com.
Visit this group at https://groups.google.com/group/android-x86.
For more options, visit https://groups.google.com/d/optout.

Liu Jaloo

unread,
Aug 17, 2016, 11:13:46 PM8/17/16
to Android-x86


On Friday, August 12, 2016 at 8:08:32 AM UTC+8, James Chai wrote:
Every attempt to clone or pull project from gitscm.sf.net results in a connection reset on my home desktop in China and servers in Japan and London.

git.code.sf.net seems working. However, paths on the working sf server has changed and the repo isn't aware of that. Hoe can I fix this?

i downloaded 33GB already, almost done,yes? but recently always got the same error, like this:
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
error: Cannot fetch platform/packages/apps/Launcher3

error: Exited sync due to fetch errors
 

zhongtian xie

unread,
Aug 18, 2016, 12:41:19 AM8/18/16
to andro...@googlegroups.com
Hi zhiwei :
     SF operator reply as follow!!! I noticed maybe we should tell all developer or others who to pull android-x86 code repo on website!!! 
and update some document about download source!!!

Hello,

Use the following command:
git clone ssh://USER...@git.code.sf.net/p/android-x86/manifest android-x86-manifest


Thanks,

SourceForge Support
sfne...@slashdotmedia.com

--

dgdn

unread,
Aug 18, 2016, 12:47:41 AM8/18/16
to Android-x86
same reply I got, tried it and didn't work for me...


On Thursday, August 18, 2016 at 12:41:19 AM UTC-4, zhongtian xie wrote:
Hi zhiwei :
     SF operator reply as follow!!! I noticed maybe we should tell all developer or others who to pull android-x86 code repo on website!!! 
and update some document about download source!!!

Hello,

Use the following command:
git clone ssh://USER...@git.code.sf.net/p/android-x86/manifest android-x86-manifest


Thanks,

SourceForge Support
sfne...@slashdotmedia.com
2016-08-17 21:34 GMT+08:00 Liu Jaloo <liu....@gmail.com>:


On Friday, August 12, 2016 at 8:08:32 AM UTC+8, James Chai wrote:
Every attempt to clone or pull project from gitscm.sf.net results in a connection reset on my home desktop in China and servers in Japan and London.

git.code.sf.net seems working. However, paths on the working sf server has changed and the repo isn't aware of that. Hoe can I fix this?

i downloaded 33GB already, almost done,yes? but recently always got the same error, like this:
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
error: Cannot fetch platform/packages/apps/Launcher3

error: Exited sync due to fetch errors
 

--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.

zhongtian xie

unread,
Aug 18, 2016, 2:50:47 AM8/18/16
to andro...@googlegroups.com
eeeh, SF maybe ....

To unsubscribe from this group and stop receiving emails from it, send an email to android-x86+unsubscribe@googlegroups.com.

Liu Jaloo

unread,
Aug 18, 2016, 10:07:57 PM8/18/16
to Android-x86
i registered user name on the SF, then use the cmd:
$ git clone ssh://my_user_name@git.code.sf.net/p/android-x86/manifest android-x86-manifest
$ Password:(input my passwd)
then i got two files: cm.xml & default.xml under the folder "android-x86-manifest"
then do this:
$ cd android-x86-manifest
$ repo init -m default.xml -u git://gitscm.sf.net/gitroot/android-x86/manifest -b marshmallow-x86
$ repo sync

That's right, or not?


On Thursday, August 18, 2016 at 12:41:19 PM UTC+8, zhongtian xie wrote:
Hi zhiwei :
     SF operator reply as follow!!! I noticed maybe we should tell all developer or others who to pull android-x86 code repo on website!!! 
and update some document about download source!!!

Hello,

Use the following command:
git clone ssh://USER...@git.code.sf.net/p/android-x86/manifest android-x86-manifest


Thanks,

SourceForge Support
sfne...@slashdotmedia.com
2016-08-17 21:34 GMT+08:00 Liu Jaloo <liu....@gmail.com>:


On Friday, August 12, 2016 at 8:08:32 AM UTC+8, James Chai wrote:
Every attempt to clone or pull project from gitscm.sf.net results in a connection reset on my home desktop in China and servers in Japan and London.

git.code.sf.net seems working. However, paths on the working sf server has changed and the repo isn't aware of that. Hoe can I fix this?

i downloaded 33GB already, almost done,yes? but recently always got the same error, like this:
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
error: Cannot fetch platform/packages/apps/Launcher3

error: Exited sync due to fetch errors
 

--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.

sabramov

unread,
Aug 21, 2016, 12:08:41 AM8/21/16
to Android-x86
I messaged to sf . They replied with git clone ssh://my_user_name@git.code.sf.net/p/android-x86/manifest android-x86-manifest
But it didn't solve problem with Connection reset. Have anybody other solution ?

пятница, 19 августа 2016 г., 5:07:57 UTC+3 пользователь Liu Jaloo написал:

Kajetan Krykwiński

unread,
Aug 21, 2016, 6:34:14 AM8/21/16
to Android-x86
I'm also trying to clone repo since yesterday. From my kimsufi server (with 100/100 connection) i'm trying in while [ true ] loop since yesterday and got about 15 gigabytes for now. 
By the way, can anyone tell me how much space takes complete repository?

Chih-Wei Huang

unread,
Aug 21, 2016, 11:42:04 AM8/21/16
to Android-x86
2016-08-21 18:34 GMT+08:00 Kajetan Krykwiński <kon...@kitor.pl>:
> I'm also trying to clone repo since yesterday. From my kimsufi server (with
> 100/100 connection) i'm trying in while [ true ] loop since yesterday and
> got about 15 gigabytes for now.
> By the way, can anyone tell me how much space takes complete repository?

You need about 40GB to sync the code completely.
To build it, additional 40GB~60GB is required.

Kajetan Krykwiński

unread,
Aug 21, 2016, 3:14:31 PM8/21/16
to Android-x86
Oh, this was slightly smaller about a year ago ;)
Is there a way to get only single project? I'm interested in kernel sources only - need to adjust some things for my Kiano X1 FHD (also known as Cube iWork 10 but Kiano version has no native Android support like Cube). 

dgdn

unread,
Aug 21, 2016, 3:36:04 PM8/21/16
to Android-x86
https://sourceforge.net/p/android-x86/kernel/ci/kernel-4.4/tree/

git clone OR download snapshot should work...

Aleksey Zolotov

unread,
Aug 21, 2016, 11:50:37 PM8/21/16
to Android-x86
воскресенье, 21 августа 2016 г., 19:42:04 UTC+4 пользователь Chih-Wei Huang написал:
In my case it's not about free space on disk issue, but issue about source downloading. I've downloaded manifest ok, but "repo sync" stack on few repos. I can see that it have downloaded about 22Gb and most of all downloaded repos are AOSP repos, not x86 part (from sourceforge). I have an "while sync error -> start sync again and again" script and it work few days in a row without success. So I can conclude that source downloading instruction is not correct right now, cause it's doesn't lead to result no matter how long I try.

Chih-Wei Huang

unread,
Aug 22, 2016, 12:19:53 AM8/22/16
to Android-x86
2016-08-22 3:14 GMT+08:00 Kajetan Krykwiński <kon...@kitor.pl>:
> Oh, this was slightly smaller about a year ago ;)
> Is there a way to get only single project? I'm interested in kernel sources
> only - need to adjust some things for my Kiano X1 FHD (also known as Cube
> iWork 10 but Kiano version has no native Android support like Cube).

repo sync kernel

Chih-Wei Huang

unread,
Aug 22, 2016, 12:23:27 AM8/22/16
to Android-x86
2016-08-22 0:53 GMT+08:00 Aleksey Zolotov <myx...@gmail.com>:
>
> In my case it's not about free space on disk issue, but issue about source downloading. I've downloaded manifest ok, but "repo sync" stack on few repos. I can see that it have downloaded about 22Gb and most of all downloaded repos are AOSP repos, not x86 part (from sourceforge). I have an "while sync error -> start sync again and again" script and it work few days in a row without success. So I can conclude that source downloading instruction is not correct right now, cause it's doesn't lead to result no matter how long I try.

The instruction is correct.
You just need to be more patient.

Use the command to sync x86 projects only
and don't do parallel sync (-j1):

x86="
build
kernel
art
bionic
bootable/newinstaller
device/generic/common
device/generic/firmware
device/generic/x86
device/generic/x86_64
external/alsa-lib
external/alsa-utils
external/bluetooth/bluez
external/bluetooth/glib
external/bluetooth/sbc
external/busybox
external/drm_gralloc
external/drm_hwcomposer
external/e2fsprogs
external/eject
external/exfat
external/ffmpeg
external/googleanalytics
external/koush/Superuser
external/koush/Widgets
external/libdrm
external/libpciaccess
external/libtruezip
external/llvm
external/mesa
external/ntfs-3g
external/parted
external/s2tc
external/stagefright-plugins
external/toybox
external/v86d
frameworks/av
frameworks/base
frameworks/native
hardware/broadcom/wlan
hardware/gps
hardware/intel/audio_media
hardware/intel/libsensors
hardware/libaudio
hardware/libcamera
hardware/libhardware
hardware/libhardware_legacy
hardware/liblights
hardware/libsensors
hardware/ril
hardware/x86power
packages/apps/Bluetooth
packages/apps/CMFileManager
packages/apps/Eleven
packages/apps/Launcher3
packages/apps/Settings
packages/apps/TSCalibration2
packages/services/Analytics
system/core
system/extras
system/vold"

It just took me less than 6min to complete the sync:

cwhuang@icm05:~/git/marshmallow-x86$ time repo sync -j1 $x86
fatal: read error: Connection reset by peer
fatal: read error: Connection reset by peer
Fetching project platform/art
Fetching projects: 3% (2/60) Fetching project platform/bionic
Fetching projects: 5% (3/60) Fetching project platform/build
Fetching projects: 6% (4/60) Fetching project device/generic/common
Fetching projects: 8% (5/60) Fetching project device/generic/firmware
Fetching projects: 10% (6/60) Fetching project device/generic/x86
Fetching projects: 11% (7/60) Fetching project device/generic/x86_64
Fetching projects: 13% (8/60) Fetching project platform/external/alsa-lib
Fetching projects: 15% (9/60) Fetching project platform/external/alsa-utils
Fetching projects: 16% (10/60) Fetching project
platform/external/bluetooth/bluez
Fetching projects: 18% (11/60) Fetching project
platform/external/bluetooth/glib
Fetching projects: 20% (12/60) Fetching project
platform/external/bluetooth/sbc
Fetching projects: 21% (13/60) Fetching project platform/external/busybox
fatal: read error: Connection reset by peer
Fetching projects: 23% (14/60) Fetching project platform/external/drm_gralloc
Fetching projects: 25% (15/60) Fetching project
platform/external/drm_hwcomposer
Fetching projects: 26% (16/60) Fetching project platform/external/e2fsprogs
fatal: read error: Connection reset by peer
Fetching projects: 28% (17/60) Fetching project platform/external/eject
Fetching projects: 30% (18/60) Fetching project platform/external/exfat
Fetching projects: 31% (19/60) Fetching project platform/external/ffmpeg
Fetching projects: 33% (20/60) Fetching project
platform/external/googleanalytics
From git://gitscm.sf.net/gitroot/android-x86/platform/external/googleanalytics
+ 7b3ad13...1d27a6e marshmallow-x86 -> x86/marshmallow-x86 (forced update)
Fetching projects: 35% (21/60) Fetching project
platform/external/koush/Superuser
fatal: read error: Connection reset by peer
Fetching projects: 36% (22/60) Fetching project
platform/external/koush/Widgets
Fetching projects: 38% (23/60) Fetching project platform/external/libdrm
From git://gitscm.sf.net/gitroot/android-x86/platform/external/libdrm
+ 3de6ca2...0a9b7a3 marshmallow-x86 -> x86/marshmallow-x86 (forced update)
Fetching projects: 40% (24/60) Fetching project platform/external/libpciaccess
Fetching projects: 41% (25/60) Fetching project platform/external/libtruezip
Fetching projects: 43% (26/60) Fetching project platform/external/llvm
Fetching projects: 45% (27/60) Fetching project platform/external/mesa
From git://gitscm.sf.net/gitroot/android-x86/platform/external/mesa
+ d35c093...c3bb2e3 marshmallow-x86 -> x86/marshmallow-x86 (forced update)
Fetching projects: 46% (28/60) Fetching project platform/external/ntfs-3g
Fetching projects: 48% (29/60) Fetching project platform/external/parted
Fetching projects: 50% (30/60) Fetching project platform/external/s2tc
Fetching projects: 51% (31/60) Fetching project
platform/external/stagefright-plugins
Fetching projects: 53% (32/60) Fetching project platform/external/toybox
fatal: read error: Connection reset by peer
Fetching projects: 55% (33/60) Fetching project platform/external/v86d
Fetching projects: 56% (34/60) Fetching project platform/frameworks/av
Fetching projects: 58% (35/60) Fetching project platform/frameworks/base
Fetching projects: 60% (36/60) Fetching project platform/frameworks/native
Fetching projects: 61% (37/60) Fetching project
platform/hardware/broadcom/wlan
Fetching projects: 63% (38/60) Fetching project platform/hardware/gps
Fetching projects: 65% (39/60) Fetching project
platform/hardware/intel/audio_media
Fetching projects: 66% (40/60) Fetching project
platform/hardware/intel/libsensors
Fetching projects: 68% (41/60) Fetching project platform/hardware/libaudio
fatal: read error: Connection reset by peer
Fetching projects: 70% (42/60) Fetching project platform/hardware/libcamera
Fetching projects: 71% (43/60) Fetching project platform/hardware/libhardware
Fetching projects: 73% (44/60) Fetching project
platform/hardware/libhardware_legacy
Fetching projects: 75% (45/60) Fetching project platform/hardware/liblights
Fetching projects: 76% (46/60) Fetching project platform/hardware/libsensors
From git://gitscm.sf.net/gitroot/android-x86/platform/hardware/libsensors
083a638..ac738e6 marshmallow-x86 -> x86/marshmallow-x86
Fetching projects: 78% (47/60) Fetching project platform/hardware/ril
Fetching projects: 80% (48/60) Fetching project platform/hardware/x86power
Fetching projects: 81% (49/60) Fetching project kernel/common
Fetching projects: 83% (50/60) Fetching project
platform/packages/apps/Bluetooth
Fetching projects: 85% (51/60) Fetching project
platform/packages/apps/CMFileManager
Fetching projects: 86% (52/60) Fetching project platform/packages/apps/Eleven
Fetching projects: 88% (53/60) Fetching project
platform/packages/apps/Launcher3
Fetching projects: 90% (54/60) Fetching project
platform/packages/apps/Settings
Fetching projects: 91% (55/60) Fetching project
platform/packages/apps/TSCalibration2
Fetching projects: 93% (56/60) Fetching project
platform/packages/services/Analytics
Fetching projects: 95% (57/60) Fetching project platform/system/core
Fetching projects: 96% (58/60) Fetching project platform/system/extras
Fetching projects: 98% (59/60) Fetching project platform/system/vold
Fetching projects: 100% (60/60) Fetching project platform/bootable/newinstaller
Fetching projects: 100% (60/60), done.

real 5m44.670s
user 0m1.236s
sys 0m1.383s

Kajetan Krykwiński

unread,
Aug 22, 2016, 9:45:17 AM8/22/16
to Android-x86
Thank's. I already cloned it using just git and was able to build working kernel. 

By the way, I built it successfully on what's known as "Bash on Ubuntu on Windows".

James Chai

unread,
Aug 22, 2016, 10:19:26 AM8/22/16
to Android-x86
the sf guys are telling me to use the supported git.code.sf.net

So gitscm.sf.net is not the normal way to clone from sf?


On Friday, August 12, 2016 at 8:08:32 AM UTC+8, James Chai wrote:

Aleksey Zolotov

unread,
Aug 22, 2016, 10:19:26 AM8/22/16
to Android-x86
Thanks for your answer, syncing each repo one by one is helpful for me. I have very bad connectivity to sourceforge. So I have made "improvements" for "repo sync": in file .repo/repo/subcmds/sync.py I have removed all fetch error throws and have added fetch trying until success for each project. After that I've downloaded all repos using "repo sync -j1". Changed "sync.py" in attachement, before using it should be compiled "python -m compileall sync.py".

пятница, 12 августа 2016 г., 4:08:32 UTC+4 пользователь James Chai написал:
sync.py

张宁

unread,
Aug 22, 2016, 9:43:19 PM8/22/16
to Android-x86
hello:

you can use this command to download android-x86 code

repo init -u https://github.com/zhangn1985/android-x86-manifest.git -b marshmallow-x86

this is fixed manifest.xml for android-x86.

Mathieu Pasquet

unread,
Aug 22, 2016, 11:35:23 PM8/22/16
to Android-x86
Hello,

While the instructions are certainly correct and a sync will eventually produce a working copy of android-x86 (hopefully; I’ve run various scripts for a whole day in order to mitigate the "connection reset by peer" issues and I have not obtained all of the source yet), I have to point out that as said previously in this thread, git.code.sf.net appears to be the new repository endpoint advertised by sourceforge.

I had more luck re-cloning the manifest from git://git.code.sf.net/p/android-x86/manifest and then changing the name="" attributes for the android-x86 forks to remove the leading platform/ prefix and replace the slashes (/) with underscores (_). E.g. for frameworks/base it translates to  git://git.code.sf.net/p/android-x86/frameworks_base. Maybe the manifest and build instructions could be updated to reflect that, because those repos appear to have much better availability.
Thanks.

Chih-Wei Huang

unread,
Aug 23, 2016, 12:28:35 AM8/23/16
to Android-x86
2016-08-23 0:26 GMT+08:00 Mathieu Pasquet <mathieu...@alterway.fr>:
> Hello,
>
> While the instructions are certainly correct and a sync will eventually
> produce a working copy of android-x86 (hopefully; I’ve run various scripts
> for a whole day in order to mitigate the "connection reset by peer" issues
> and I have not obtained all of the source yet), I have to point out that as
> said previously in this thread, git.code.sf.net appears to be the new
> repository endpoint advertised by sourceforge.
>
> I had more luck re-cloning the manifest from
> git://git.code.sf.net/p/android-x86/manifest and then changing the name=""
> attributes for the android-x86 forks to remove the leading platform/ prefix
> and replace the slashes (/) with underscores (_). E.g. for frameworks/base
> it translates to git://git.code.sf.net/p/android-x86/frameworks_base. Maybe
> the manifest and build instructions could be updated to reflect that,
> because those repos appear to have much better availability.

This has been explained several times.
We kept the slashes / on purpose as
AOSP's convention to avoid the force-sync issue.
git.code.sf.net doesn't support that.
So we won't change to that.

You are free to do that yourself, of course.
(if you don't care or know how to handle the force-sync issue)

Chih-Wei Huang

unread,
Aug 23, 2016, 10:05:18 AM8/23/16
to Android-x86
2016-08-23 12:28 GMT+08:00 Chih-Wei Huang <cwh...@android-x86.org>:
> This has been explained several times.
> We kept the slashes / on purpose as
> AOSP's convention to avoid the force-sync issue.
> git.code.sf.net doesn't support that.
> So we won't change to that.
>
> You are free to do that yourself, of course.
> (if you don't care or know how to handle the force-sync issue)

Re-consider the issue, I think it's better we provide
an alternative url (git.code.sf.net) to download.
So I created another branch sf-marshmallow-x86
for the new url:

repo init -u http://git.code.sf.net/p/android-x86/manifest -b sf-marshmallow-x86
repo sync --no-tags --no-clone-bundle

This allows you to sync from git.code.sf.net directly.
However, you may encounter force-sync issue
if we switch projects from aosp to x86 or vice versa
in the future. Anyway, use it at your own risk.

dgdn

unread,
Aug 25, 2016, 12:53:47 AM8/25/16
to Android-x86
aug 22, sync'd android-x86 RC2(6.0.1_r61) correctly
     built fine on Ubuntu 14.04 / 16.04, android-x86 & android-x86_64, android-x86-LEGACY(64bit kernel, 32bit user)
                            (android-x86-LEGACY worked fine on my "older" system where android-x86_64 didn't)

youling 257

unread,
Aug 25, 2016, 2:54:26 AM8/25/16
to Android-x86
you can try this, https://sourceforge.net/p/android-x86/manifest/ci/e79264fd5378c746059a02bf6f78b5f9e3c031ff/tree/  ,Android 6.0.1 Release 63 (MXC89L)
or try this,https://sourceforge.net/p/android-x86/manifest/ci/nougat-x86/tree/

在 2016年8月25日星期四 UTC+8下午12:53:47,dgdn写道:

dgdn

unread,
Aug 25, 2016, 2:49:13 PM8/25/16
to Android-x86
why?? rc2 release is working fine for me..

Jose Luis s

unread,
Aug 28, 2016, 10:48:00 PM8/28/16
to Android-x86
Hi.

Newbe but I've tried to sync using the git.code.sf.net (it was impossible from gitscm.sf.net), follow guides and no error showed in terminal, but when I try to compile; make iso_img TARGET_PRODUCT=android_x86, I get this message:

make: *** No rule to make target `frameworks/base/packages/SettingsLib/common.mk'. Stop.

Seems that frameworks/base project is not cloned properly.

Any similar experience?

Chih-Wei Huang

unread,
Sep 2, 2016, 12:49:19 AM9/2/16
to Android-x86
2016-08-23 22:05 GMT+08:00 Chih-Wei Huang <cwh...@android-x86.org>:
> So I created another branch sf-marshmallow-x86
> for the new url:
>
> repo init -u http://git.code.sf.net/p/android-x86/manifest -b sf-marshmallow-x86
> repo sync --no-tags --no-clone-bundle
>
> This allows you to sync from git.code.sf.net directly.
> However, you may encounter force-sync issue
> if we switch projects from aosp to x86 or vice versa
> in the future. Anyway, use it at your own risk.

Due to maintenance reason, please change the url to

repo init -u http://git.code.sf.net/p/android-x86/sf-manifest -b marshmallow-x86
repo sync --no-tags --no-clone-bundle

(replace marshmallow-x86 by nougat-x86 if you want 7.0 code)

The branch sf-marshmallow-x86 will be removed later.
Please don't use it anymore.
Reply all
Reply to author
Forward
0 new messages