public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* setting up mutt
@ 2001-12-08 17:18 C. Porter Bassett
  2001-12-08 18:25 ` Todd Plesco
  2001-12-09 16:53 ` Makefile variable with space Attila Csosz
  0 siblings, 2 replies; 4+ messages in thread
From: C. Porter Bassett @ 2001-12-08 17:18 UTC (permalink / raw)
  To: cygwin

I have never used it on UNIX, but I am trying to set up mutt on
cygwin/win2k.  What is the best way to do this?  I am not above RTFMing,
but I can't find the manual that answers these questions.   

To download mail from a pop3 account, I see that I can set pop_host in my
.muttrc, or I could use fetchmail like unixmail for windows
(http://unixmail-w32.sourceforge.net/).  What are the
advantages/disadvantages of one over the other?

What are my options for sending it to an SMTP server?  Unixmail comes with
sSMTP, are there any other options?

What do I need to do to set up mail filtering?  I found a procmail binary
for cygwin at http://www.dd.iij4u.or.jp/~madokam/, but I have no idea how
to use it.  Do I need use it in conjunction with fetchmail?





--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: setting up mutt
  2001-12-08 17:18 setting up mutt C. Porter Bassett
@ 2001-12-08 18:25 ` Todd Plesco
  2001-12-09 16:53 ` Makefile variable with space Attila Csosz
  1 sibling, 0 replies; 4+ messages in thread
From: Todd Plesco @ 2001-12-08 18:25 UTC (permalink / raw)
  To: cygwin

I'm partial to the muttrc builder at http://mutt.netliberte.org/
and using SSMTP.

----- Original Message -----
From: "C. Porter Bassett" <porter@et.byu.edu>
To: <cygwin@cygwin.com>
Sent: Saturday, December 08, 2001 4:13 PM
Subject: setting up mutt


> I have never used it on UNIX, but I am trying to set up mutt on
> cygwin/win2k.  What is the best way to do this?  I am not above RTFMing,
> but I can't find the manual that answers these questions.
>
> To download mail from a pop3 account, I see that I can set pop_host in my
> .muttrc, or I could use fetchmail like unixmail for windows
> (http://unixmail-w32.sourceforge.net/).  What are the
> advantages/disadvantages of one over the other?
>
> What are my options for sending it to an SMTP server?  Unixmail comes with
> sSMTP, are there any other options?
>
> What do I need to do to set up mail filtering?  I found a procmail binary
> for cygwin at http://www.dd.iij4u.or.jp/~madokam/, but I have no idea how
> to use it.  Do I need use it in conjunction with fetchmail?
>
>
>
>
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Makefile variable with space
  2001-12-08 17:18 setting up mutt C. Porter Bassett
  2001-12-08 18:25 ` Todd Plesco
@ 2001-12-09 16:53 ` Attila Csosz
  2001-12-09 17:00   ` Jochen Küpper
  1 sibling, 1 reply; 4+ messages in thread
From: Attila Csosz @ 2001-12-09 16:53 UTC (permalink / raw)
  To: cygwin

Hi,

How can be used variable in makefile that contains spaces?

I need something like this:
MYDIR = C:\Program Files\Mydir

But when I refer to MYDIR for example as include dirs like -IMYDIR I've got
error messages.
Make don't understand (I think)that is one string "C:\Program Files\Mydir".
I tried "C:\Program Files\Mydir",
'C:\Program Files\Mydir', C:\Progra~1\Mydir but didn't help.

Thanks for any help
 Attila



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Makefile variable with space
  2001-12-09 16:53 ` Makefile variable with space Attila Csosz
@ 2001-12-09 17:00   ` Jochen Küpper
  0 siblings, 0 replies; 4+ messages in thread
From: Jochen Küpper @ 2001-12-09 17:00 UTC (permalink / raw)
  To: cygwin

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Mon, 10 Dec 2001 01:09:09 +0100 Attila Csosz wrote:

Attila> I need something like this:
Attila> MYDIR = C:\Program Files\Mydir

/cygdrive/c/Program\ Files/Mydir

Greetings,
Jochen
- -- 
Einigkeit und Recht und Freiheit                http://www.Jochen-Kuepper.de
    Liberté, Égalité, Fraternité                GnuPG key: 44BCCD8E
        Sex, drugs and rock-n-roll
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6-cygwin-fcn-1 (Cygwin)
Comment: Processed by Mailcrypt and GnuPG <http://www.gnupg.org/>

iD8DBQE8FAeQiJ/aUUS8zY4RAu8yAJ94tPc30L5fEJKCAiG+VS+9ZsSQLwCgtSs6
lxlTJjR02nc9moB+rYj/RtY=
=oUlU
-----END PGP SIGNATURE-----


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

end of thread, other threads:[~2001-12-10  0:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-08 17:18 setting up mutt C. Porter Bassett
2001-12-08 18:25 ` Todd Plesco
2001-12-09 16:53 ` Makefile variable with space Attila Csosz
2001-12-09 17:00   ` Jochen Küpper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).