programs are available as part of the "misc" package at CygUtils:
http://www.neuro.gatech.edu/users/cwilson/cygutils/V1.1/misc/
This package contains a grab-bag of goodies I've collected or written
over the years, and have found useful on occaision. These include:
ascii.exe: simple utility fo
programs are available as part of the "misc" package at CygUtils:
http://www.neuro.gatech.edu/users/cwilson/cygutils/V1.1/misc/
This package contains a grab-bag of goodies I've collected or written
over the years, and have found useful on occaision. These include:
ascii.exe: simple utility fo
programs are available as part of the "misc" package at CygUtils:
http://www.neuro.gatech.edu/users/cwilson/cygutils/V1.1/misc/
This package contains a grab-bag of goodies I've collected or written
over the years, and have found useful on occaision. These include:
ascii.exe: simple utility fo
Not deliverable to: Rein Klazes
I've updated the version of inetutils in cygwin/latest to 1.3.2-10.
Version 1.3.2-10 solves the following problems:
- Fix the talk problem using a wrong path to terminfo.
- Fix the rshd problem that stderr output isn't sent back to the
rsh client.
===
I've updated the version of inetutils in cygwin/latest to 1.3.2-10.
Version 1.3.2-10 solves the following problems:
- Fix the talk problem using a wrong path to terminfo.
- Fix the rshd problem that stderr output isn't sent back to the
rsh client.
On Fri, Jan 19, 2001 at 07:24:07PM -0500, Earnie Boyd wrote:
>[EMAIL PROTECTED] wrote:
>>
>> I guess I don't really understand the purpose of the CYGWIN=binary
>> setting.
>>
>
>It's benefit comes from executing Cygwin programs in a non-Cygwin
>shell. It opens the pipes and redirects in binary
I just upgraded to the latest version of Cygwin. This fixed a problem
that I had with an earler version.
Now I seem to have a worse situation: tar will not restore the original
permissions from an archive. If I have a file in an archive
-r--r--r-- 1047/everyone 37324 2001-01-19 19:15:21
perspect
[EMAIL PROTECTED] wrote:
>
> I guess I don't really understand the purpose of the CYGWIN=binary
> setting.
>
It's benefit comes from executing Cygwin programs in a non-Cygwin
shell. It opens the pipes and redirects in binary mode.
Cheers,
Earnie.
Mumit Khan wrote:
>
> On Fri, 19 Jan 2001 [EMAIL PROTECTED] wrote:
>
> > Just curious - why might the setting of TEMP make a difference? Thanks,
> > anyway, though.
>
> It makes a difference for some tools such as patch which creates a
> temporary file. The default TEMP points to /cygdrive/c/WI
Well, I'm more than a little embarrased, but I think the problem is
solved. I was, er..., stammer.., using a version of diff other than the
one shipped with cygwin. At Earnie's suggestion, I ran the cygcheck
command, looked at my path, something clicked, and I recalled the
alternate diff progr
On Fri, 19 Jan 2001 [EMAIL PROTECTED] wrote:
> Just curious - why might the setting of TEMP make a difference? Thanks,
> anyway, though.
It makes a difference for some tools such as patch which creates a
temporary file. The default TEMP points to /cygdrive/c/WINNT/Temp on
say a NT or Win2k box
[EMAIL PROTECTED] wrote:
>
> No difference, I'm afraid:
>
> > export TEMP=/tmp
> > rm test test2
> > echo hello >> test
> > echo hello >> test2
> > echo hello >> test2
> > diff -C 2 test test2 | cat -v -
> *** testFri Jan 19 17:22:34 2001^M
> --- test2 Fri Jan 19 17:22:48 2001^M
>
No difference, I'm afraid:
> export TEMP=/tmp
> rm test test2
> echo hello >> test
> echo hello >> test2
> echo hello >> test2
> diff -C 2 test test2 | cat -v -
*** testFri Jan 19 17:22:34 2001^M
--- test2 Fri Jan 19 17:22:48 2001^M
***^M
*** 1 ^M
--- 1,2 ^M
he
What is your TEMP variable set to?
What happens if you `export TEMP=/tmp'?
Cheers,
Earnie.
[EMAIL PROTECTED] wrote:
>
> When invoking diff in a bash shell, output gets generated with ^M
> terminated lines. This seems to cause certain diff dependent emacs
> commands, e.g. vc-resolve-conflicts,
When invoking diff in a bash shell, output gets generated with ^M
terminated lines. This seems to cause certain diff dependent emacs
commands, e.g. vc-resolve-conflicts, to misbehave. To illustrate:
***
> echo hello >> test
> echo hello >> test2
> ech
Hi,
I want to announce automake-1.4 which is in latest since yesterday.
So it should be mirrored by all mirrors already.
I just added the hint for setup, that it's a test version. This
information still isn't mirrored, though.
automake-1.4 is marked as test version because it depends on perl
wh
bat files seem to be executed in the foreground (like exec) when spawned.
e.g. create c:/temp/a.bat with just the following one line in it.
sleep 600
now, run expect and spawn this bat file.
$ expect
expect1.1> spawn c:/temp/a.bat
spawn c:/temp/a.bat
the "spawn a.bat" command hangs until the
If you can, please check our current snapshot to see how it works on
your platform. Thanks.
> Please ignore my previous post...
>
> On Tue, Sep 26, 2000 at 07:08:53PM +0200, Joost Kraaijeveld wrote:
> > I read you patch etc. but I do not agree with the linking of msvcrt.lib.
> > I think that i
Chuck,
On Sun, Jan 14, 2001 at 08:50:16PM -0500, Charles S. Wilson wrote:
> Comments eagerly solicited,
Your latest zip and unzip packages correctly handle the following operations
that caused difficulties for the previous packages:
1. understanding symlinks
$ zip -y foo.zip *
2. treating
What is the procedure to get something included in Cygwin
distribution? I visited http://rsync.samba.org/rsync/ and
it compiled out of the box.
It would be good if it could ship with cygwin as well.
Jari
--
http://tiny-tools.sourceforge.net/
Swatch @time http://www.ryant
At 03:42 PM 1/19/01, Christopher Faylor wrote:
>On Fri, Jan 19, 2001 at 03:26:22PM -0500, Larry Hall (RFK Partners Inc) wrote:
>>At 03:15 PM 1/19/01, Louis Bohm wrote:
>>> I know I can ignore it. That it is not doing any harm. What I am asking
>>>is, should it not report correct data to the even
On Fri, 19 Jan 2001, Robinow, David wrote:
> > in order to translate some fortran files into C.
> Don't do this. Use g77.
Actually, there are certainly very valid reason for using f2c, and
is essential in at least one particular one -- automatic single to
double precision promotion via -r8 flag
On Fri, Jan 19, 2001 at 03:26:22PM -0500, Larry Hall (RFK Partners Inc) wrote:
>At 03:15 PM 1/19/01, Louis Bohm wrote:
>> I know I can ignore it. That it is not doing any harm. What I am asking
>>is, should it not report correct data to the event viewer. Is this
>>something that will be taken c
At 03:15 PM 1/19/01, Louis Bohm wrote:
> I know I can ignore it. That it is not doing any harm. What I am asking
>is, should it not report correct data to the event viewer. Is this
>something that will be taken care of in the future???
Patches gratefully accepted (tm)!;-)
>Louis
>
>Corinna
I know I can ignore it. That it is not doing any harm. What I am asking
is, should it not report correct data to the event viewer. Is this
something that will be taken care of in the future???
Louis
Corinna Vinschen wrote:
> On Fri, Jan 19, 2001 at 02:03:11PM -0500, Louis Bohm wrote:
> > I
* Thu 2001-01-18 Kevin Wright <[EMAIL PROTECTED]> list.cygwin
* Message-Id: <005f01c081aa$d62ab380$[EMAIL PROTECTED]>
| Thanks! That fixed it! I should have remembered to try to set
| the TERMINFO variable.
|
| For those who may be trying this, and don't already know how to
| use the talk utility
On Fri, Jan 19, 2001 at 02:03:11PM -0500, Louis Bohm wrote:
> I am getting this in my event viewer on nt every time I ftp in.
> Is this a bug? Should/could it report better to the event viewer
> what is going on?
>
> Louis
>
> The description for Event ID ( 0 ) in Source ( ftpd ) could not
> be
On Fri, Jan 19, 2001 at 07:52:18PM +0100, Jesper Eskilson wrote:
>Christopher Faylor <[EMAIL PROTECTED]> writes:
>
>> errno == 1 is not EAGAIN. I assume that you mean errno == 11.
>
>Of course. My fingers slipped.
>
>> Looking at the code for _read, the only time this should be returned is if
>>
I've blocked further clueless attempts to send email here from this address.
cgf
On Fri, Jan 19, 2001 at 12:28:30PM -0600, [EMAIL PROTECTED] wrote:
>A new SecureDelivery PassPhrase is pending:
>
>To ACTIVATE your new PassPhrase, click the link below:
>
>https://x1.securedelivery.com/s/a?cmd=ABA3
On Fri, Jan 19, 2001 at 12:02:08PM -0500, Charles S. Wilson wrote:
>Corinna Vinschen wrote:
>
>> > >Just a question: since ncurses is a "contrib" item, should inetutils use
>> > >it or should inetutils just compile against termcap?
>> >
>> > It should compile with termcap. That may be tricky if t
On Fri, Jan 19, 2001 at 12:40:46PM -0500, Earnie Boyd wrote:
>Christopher Faylor wrote:
>>
>> On Fri, Jan 19, 2001 at 08:12:05AM -0500, Earnie Boyd wrote:
>> >Corinna Vinschen wrote:
>> >>
>> >> It doesn't compile with termcap. It depends on curses. If curses
>> >> (or ncurses) isn't available on
Christopher Faylor <[EMAIL PROTECTED]> writes:
> errno == 1 is not EAGAIN. I assume that you mean errno == 11.
Of course. My fingers slipped.
> Looking at the code for _read, the only time this should be returned is if
> you are using a non-blocking read.
I'm fairly certain that I'm not.
/Je
> From: Tanguy Claquin [mailto:[EMAIL PROTECTED]]
> I am brand new to cygwin and installed it (v. 1.1.7) today on
> my (WinNT)
> in order to translate some fortran files into C.
Don't do this. Use g77.
> But (surprise, indeed), there is no f2c in the distribution
> and, as far
> as I understan
I am getting this in my event viewer on nt every time I ftp in.
Is this a bug? Should/could it report better to the event viewer
what is going on?
Louis
The description for Event ID ( 0 ) in Source ( ftpd ) could not
be found. It contains the following insertion string(s): ftpd :
Win32 Process
On Fri, 19 Jan 2001, Tanguy Claquin wrote:
> I am brand new to cygwin and installed it (v. 1.1.7) today on my (WinNT)
> in order to translate some fortran files into C.
> But (surprise, indeed), there is no f2c in the distribution and, as far
> as I understand, I have to download it from a netli
A new SecureDelivery PassPhrase is pending:
To ACTIVATE your new PassPhrase, click the link below:
https://x1.securedelivery.com/s/a?cmd=ABA3H8nyMFbNCVB9YPMfMXjA&d=SA
To DECLINE your new PassPhrase, click the link below:
https://x1.securedelivery.com/s/d?cmd=ABA3H8nyMFbNCVB9YPMfMXjA&d=SA
If y
At 12:02 PM 1/19/2001, Ivan Dobrianov wrote:
>I have been using cygwin B20 on WinNT/2000 for quite some time now and
>quite happily.
>
>I have a small problem with less on "most" machines: the 'G' command (go
>to end of file) doesn't work right. It clears the screen and prints the
>first line at t
"Charles S. Wilson" wrote:
>
> Are you talking about an /etc/postinstall script as part of ncurses?
> (e.g. Are you talking to me?) If so, I don't think it's necessary: when
> upgrading a package, setup *unintalls* all files related to the old
> version, and then installs the new version. That
On Fri, Jan 19, 2001 at 11:41:08AM -0500, Earnie Boyd wrote:
> > On NT/W2K the passwords are stored in the NT user database.
> > You can use login.exe only from an account which has the
> > appropriate user rights as described in
> >
> > /usr/doc/Cygwin/inetutils-1.3.2.README
> >
>
> Pe
Hi everybody,
I am brand new to cygwin and installed it (v. 1.1.7) today on my (WinNT)
in order to translate some fortran files into C.
But (surprise, indeed), there is no f2c in the distribution and, as far
as I understand, I have to download it from a netlib site.
A tried to dowload a scri
Christopher Faylor wrote:
>
> On Fri, Jan 19, 2001 at 08:12:05AM -0500, Earnie Boyd wrote:
> >Corinna Vinschen wrote:
> >>
> >> It doesn't compile with termcap. It depends on curses. If curses
> >> (or ncurses) isn't available on a system, talk and talkd are not
> >> build. IMHO, the ncurses pack
The bit map image shows a path of "c:\odsdev\bin\i386\tcsh"
This does not look like a cygwin path. If this is a 16 bit version of tcsh, that
could explain the problem and you will need to change to a cygwin version of tcsh to
fix
it. You should check the cygwin web site for links.
"Burns, Ke
Earnie Boyd wrote:
>
> Corinna Vinschen wrote:
> >
> > It doesn't compile with termcap. It depends on curses. If curses
> > (or ncurses) isn't available on a system, talk and talkd are not
> > build. IMHO, the ncurses package should be moved from contrib to
> > latest anyway.
> >
>
> I agree. A
On Fri, Jan 19, 2001 at 05:25:02PM +0100, Jesper Eskilson wrote:
>
>Hi!
>
>I'm having trouble reading from a file using read(). The symptoms are that
>read() fails setting errno to 11 (EAGAIN). This should AFAIK only be
>possible on O_NONBLOCK filedescriptors, whereas the file in question is not
>
On Fri, Jan 19, 2001 at 02:49:59PM -, Burns, Ken wrote:
> Hello,
>
> When I try and run 'awk' from a TC-Shell in cygwin 1.1.6 on Windows 2000, I
> get a "16 bit MS-DOS Subsystem" error (see attached Windows bitmap).
Either your tcsh or your awk aren't native Cygwin. Install gawk
via the Cygw
I have been using cygwin B20 on WinNT/2000 for quite some time now and
quite happily.
I have a small problem with less on "most" machines: the 'G' command (go
to end of file) doesn't work right. It clears the screen and prints the
first line at the bottom. 'g' (go to the top) works just fine as d
Corinna Vinschen wrote:
> > >Just a question: since ncurses is a "contrib" item, should inetutils use
> > >it or should inetutils just compile against termcap?
> >
> > It should compile with termcap. That may be tricky if terminfo is
> > installed, though.
>
> It doesn't compile with termcap. I
I have compiled and linked your code on my machine, and I can't reproduce
your problem. All points are perfectly diagonal to each other, as should be.
André Bleau
OpenGL package maintainer
>I am having an odd problem with openGL (1.1.0-3) and cygwin. When I draw
>points
>using glBegin(GL_POIN
Corinna Vinschen wrote:
>
> On Fri, Jan 19, 2001 at 09:43:58AM -0500, Louis Bohm wrote:
> > Maybe I am not getting it but where is the password stored in
> > /etc/passwd. Or is it not stored there?
> >
> > I am trying to figure out what password login.exe wants when I
> > telnet in. If I use pa
Just a warning: If I see one more message like this, I'll block the
[EMAIL PROTECTED] address from future transmissions to the cygwin
mailing list.
cgf
On Fri, Jan 19, 2001 at 07:58:39AM -0600, [EMAIL PROTECTED] wrote:
>[EMAIL PROTECTED] has requested SecureDelivery of a Yahoo! Mail message.
>
>
On Fri, Jan 19, 2001 at 08:12:05AM -0500, Earnie Boyd wrote:
>Corinna Vinschen wrote:
>>
>> It doesn't compile with termcap. It depends on curses. If curses
>> (or ncurses) isn't available on a system, talk and talkd are not
>> build. IMHO, the ncurses package should be moved from contrib to
>> l
Hmm... Did you click on the "Install Cygwin Now" icon at
http://cygwin.com or did you just download the pieces you thought you
needed?
If the first try the setup process again.
If the second try the setup process.
Cheers,
Earnie.
Kirk Bateman wrote:
>
> Hi I've installed cygwin 1.1.6 onto my
At 07:57 PM 1/18/2001, David M. Karr wrote:
>I'm seeing a weird symptom with the child process belonging to a
>backtick command in Cygwin Perl.
>
>I wrote a little Perl script that just takes a command line to run,
>captures the output, and replaces "\\" with "/". The vast majority of
>the time,
Na. I was experimenting with a feature that Yahoo has.
What is open SSH?
How can I use it my work?
I just D/L the source, and went back to the original.
Also, I'm trying to rebuild the tools using an
experimerimental version of GCC.
Besides, i wanted to see if it work.
So, Now I am not going to us
Hi!
I'm having trouble reading from a file using read(). The symptoms are that
read() fails setting errno to 11 (EAGAIN). This should AFAIK only be
possible on O_NONBLOCK filedescriptors, whereas the file in question is not
opened in non-blocking mode.
Any hints? I saw a fix in Cygwin.dll 1.1.7
On Thu, 18 Jan 2001 22:25:00 +0100, Corinna Vinschen <[EMAIL PROTECTED]> wrote:
>
> On Thu, Jan 18, 2001 at 05:07:48PM +, Craig R.P. Heath wrote:
> > Did anyone sort this out? I've tried various combinations of versions,
> > but it still hangs on me with:
> >
> > cygwin 1.1.7
> >
Let's all be sure to click on this link. Let's give Junior what he
asked for. ;^T
Cheers,
Earnie.
[EMAIL PROTECTED] wrote:
>
> [EMAIL PROTECTED] has requested SecureDelivery of a Yahoo! Mail message.
>
> If you do not view this message by Jan 26, 2001 @ 07:58 (CST), then
> this message will
Hello,
When I try and run 'awk' from a TC-Shell in cygwin 1.1.6 on Windows 2000, I
get a "16 bit MS-DOS Subsystem" error (see attached Windows bitmap).
<>
For example, if it try
awk '{print $2}' data
using the attached data file, the error will occur.
<>
I have repeated this on a
"David A. Cobb" wrote:
>
> This looks like the originator ran into a problem with the "default"
> mount mode. There isn't much clue as to which change levels within
> 1.1.x
> are involved. Is this a known Cygwin problem/feature or is it within
> ispell?
>
It's not a problem, just an OS featur
On Fri, Jan 19, 2001 at 09:43:58AM -0500, Louis Bohm wrote:
> Maybe I am not getting it but where is the password stored in
> /etc/passwd. Or is it not stored there?
>
> I am trying to figure out what password login.exe wants when I
> telnet in. If I use passwd to set my passwd I noticed that t
Hi I've installed cygwin 1.1.6 onto my win98 machine and am having =
compilation problems
when compiling anything 'ld' returns unable to find -luser32
Thats straight after a cygwin installation...
What I want to do is install cygwin then install the rtems cygwin =
powerpc binaries and cross
At 07:27 PM 1/18/2001, Zakir Kanbur wrote:
>Dear Sir,
>
>I have recently installed cygwin in my pc-computer and
>now I am using it. I have a
>program packet that contains C source programes so I
>need run it properly in
>cygwin. Preveously I used the packet in Sun
>workstation.
>
>I compiled the
Please, use normal mail delivery.
Corinna
On Fri, Jan 19, 2001 at 07:58:39AM -0600, [EMAIL PROTECTED] wrote:
> [EMAIL PROTECTED] has requested SecureDelivery of a Yahoo! Mail message.
>
> If you do not view this message by Jan 26, 2001 @ 07:58 (CST), then
> this message will be deleted and the
Maybe I am not getting it but where is the password stored in
/etc/passwd. Or is it not stored there?
I am trying to figure out what password login.exe wants when I
telnet in. If I use passwd to set my passwd I noticed that the
passwd file does not get updated nor does it set the passwd so I
ca
Thanks...
I have been round in circles so many times I had forgotten that I had tried
copying them in a previous cycle.
Dave
--
E-Mail: Dave Whiteley <[EMAIL PROTECTED]>
Date: 19-Jan-2001
Time: 14:17:10
Phone: 0113 233 2059
Missing .sig (I am trying to give
On Thu, 11 Jan 2001 17:19:17 -0500, Daniel Barclay <[EMAIL PROTECTED]>
said:
>I'm having trouble with killing commands with control-C in a shell
>buffer.
>
>In a shell buffer in NTEmacs configured per the shell-setup instructions
>in the CygWin FAQ at http://sources.redhat.com/cygwin/faq/faq.htm
The following is copied with permission from the NTEmacs list.
Original Message
Subject: Emacs and ispell
Date: Fri, 19 Jan 2001 10:44:48 +
From: "Dr Francis J. Wright" <[EMAIL PROTECTED]>
Organization: Mathematical Sciences, Queen Mary, University of London
To: NTEmacs User
[EMAIL PROTECTED] has requested SecureDelivery of a Yahoo! Mail message.
If you do not view this message by Jan 26, 2001 @ 07:58 (CST), then
this message will be deleted and the sender will be notified.
When you click the link below and view this message securely,
[EMAIL PROTECTED] will be notif
I'm not sure that I understand your question... what is the userId of the
domain?
The users and groups were as extracted with
mkpasswd -d
mkgroup -d
CYGWIN is "ntsec tty"
Dan.
<>
-Original Message-
From: Earnie Boyd [mailto:[EMAIL PROTECTED]]
Sent: 19 January 2001 13:04
To: Shield
Corinna Vinschen wrote:
>
> It doesn't compile with termcap. It depends on curses. If curses
> (or ncurses) isn't available on a system, talk and talkd are not
> build. IMHO, the ncurses package should be moved from contrib to
> latest anyway.
>
I agree. Also, a /etc/postinstall script to clea
"Shields, Daniel [EQTY]" wrote:
>
> The partition is mounted from another NT box. What we found is that by
> adding the group 'Everyone' to the read and execute permission on the remote
> server the files now appear r-xr-xr-x.
>
> eg:
> -r-xr-xr-x 1 ds83392 Domain U5 Jan 19 10:28 hat
Malcolm Boekhoff wrote:
>
> I use the $(subst ...) construct to translate directory delimiters.
>
> In the following snippet, I needed to replace the "\" delimiters with "/" (which is
>what "gcc" likes) in the environment variable
> JAVAHOME (inherited from my CMD DOS-Prompt session). This was
Dave Whiteley wrote:
>
>
> 475k 2000/11/20 C:\WINNT\SYSTEM\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0
> "cygbz21.0.dll" v0.0 ts=2000/11/20 23:53
>83k 2000/06/11 C:\WINNT\SYSTEM\cygitcl30.dll - os=4.0 img=1.0 sys=4.0
> "cygitcl30.dll" v0.0 ts=2000/6/11 4:34
>
On Thu, Jan 18, 2001 at 07:24:59PM -0500, Christopher Faylor wrote:
> On Thu, Jan 18, 2001 at 02:47:44PM -0500, Charles S. Wilson wrote:
> >Corinna Vinschen wrote:
> >> Definitely my fault. I figured out that my developer box still
> >> used ncurses from the Cygwin 1.0 version. I have now complete
Hi,
since I made a bad mistake when uploading inetutils-1.3.2-9 yesterday,
I have removed that version from sources.redhat.com.
However, since I don't have that chance on the mirror sites, I'm going
to announce with this mail NOT to download inetutils-1.3.2-9 from the
mirror sites.
While that v
The partition is mounted from another NT box. What we found is that by
adding the group 'Everyone' to the read and execute permission on the remote
server the files now appear r-xr-xr-x.
eg:
-r-xr-xr-x 1 ds83392 Domain U5 Jan 19 10:28 hat3
Now when I 'touch' a new file it get r-xr-x
On Thu, Jan 18, 2001 at 10:36:49PM -0800, Hayden Ridenour wrote:
> I recently upgraded one of my Cygwin installations (on Win2K) to 1.1.7 with
> the latest inetutils. I configured the /etc/passwd and /etc/group files
> for my accounts, installed an inetd.conf file, and installed inetd as a
> s
Dear All,
I am trying to configure Cygwin on an NT box. It is hidden behind a firewall,
so I am having to download from a mirror, burn a CD, and install from that.
I have got the "latest", the "contrib" and the "xfree" directories, and the
setup.exe link and the setup.ini on my CD.
I run setup
On Thu, Jan 18, 2001 at 01:49:01PM -0700, Kevin Wright wrote:
> Hello,
>
> I recently upgraded to Cygwin 1.1.7 (from 1.1.4) and am happy that
> the shellutils who utility now reports the current users logged in.
> It might have been working for a long time but I personally just got
> it workin
I use the $(subst ...) construct to translate directory delimiters.
In the following snippet, I needed to replace the "\" delimiters with "/" (which is
what "gcc" likes) in the environment variable
JAVAHOME (inherited from my CMD DOS-Prompt session). This was necessary to pick up the
Java C hea
80 matches
Mail list logo