Serge Basterot | 4 Feb 2003 22:06
Picon

[mew-int 01265] pb with news updating

Hi,

When I want to fetch new  articles on newsgroups I type "s" for updating
then Mew fetch same articles than  last time I have updated. Do you hace
same problems ? 

--

-- 
Sergio

Petter Gustad | 5 Feb 2003 12:57
Picon

[mew-int 01266] gnus support in 3.1?

I've been a long time mew user (I upgraded from 1.54 to 3.1 recently).
I just learned that the mew-gnus.el is no longer in the contrib
directory (maybe since mew now has nntp support). 

Is there a version of mew-gnus.el which is compatible with mew 3.1?

Thanks in advance
Best regards
Petter Gustad

Kazu Yamamoto | 5 Feb 2003 14:53

[mew-int 01267] Re: Replying to messages - retaining name information

Sorry for the late response.

From: Geoff Leach <gl <at> cs.rmit.edu.au>
Subject: [mew-int 01259] Replying to messages - retaining name information

> One feature I would really like is when replying to emails that the
> "names" associated with addresses are copied into the draft message.
> Currently the names are removed.  I know I can use the address book
> to capture names (C-uC-cC-a) and then expand them back in (M-tab),
> but in many cases I would rather the names just get copied. 

This topic has been repeatedly discussed. And nobody give a good idea.

There are two difficulties:

Syntax: many UAs encode addresses on To:, Cc:, and/or From: in a wrong
	manner. Simply copying such names+addresses results in
	violation of the RFCs.  Correcting such broken encodings is
	not so easy.

	Eg.
	1) "encoded-word" <address>
		should be unquoted.
	2) "Foo B. Baz" <address>
		should not be unquoted since "." is one of the special
		characters.

Semantics: some users configure their address book with nicknames
	which they carelessly chose. These nicknames appears on To: or
	Cc: and some receivers feel bad. Simply copying such
(Continue reading)

Kazu Yamamoto | 5 Feb 2003 14:56

[mew-int 01268] Re: gnus support in 3.1?

From: Petter Gustad <pegu <at> dolphinics.no>
Subject: [mew-int 01266] gnus support in 3.1?

> Is there a version of mew-gnus.el which is compatible with mew 3.1?

Set mew-nntp-server correctly. If you write the Newsgroups: field in a
Mew's draft, you can post it.

If you use Mew 3.1.53, "a" in -news.group prepares the Newsgroups:
field in a draft, which is not available with Mew 3.1.

--Kazu

Petter Gustad | 5 Feb 2003 15:52
Picon

[mew-int 01269] Re: gnus support in 3.1?

From: Kazu Yamamoto (山本和彦) <kazu <at> iijlab.net>
Subject: [mew-int 01268] Re: gnus support in 3.1?
Date: Wed, 05 Feb 2003 22:56:46 +0900 (JST)

> From: Petter Gustad <pegu <at> dolphinics.no>
> Subject: [mew-int 01266] gnus support in 3.1?
> 
> > Is there a version of mew-gnus.el which is compatible with mew 3.1?
> 
> Set mew-nntp-server correctly. If you write the Newsgroups: field in a
> Mew's draft, you can post it.
> 
> If you use Mew 3.1.53, "a" in -news.group prepares the Newsgroups:
> field in a draft, which is not available with Mew 3.1.

Thank you for your reply. 

I looked at the news features in mew 3.1. 

However, I didn't like the fact that it downloaded all the articles to
my hard-disk (in ~/Mail/.nntp) as well as no support for features like
the gnus-posting-styles, no way to hide read articles etc. 

My question was if somebody had a mew-gnus.el which I could use with
mew 3.1. If not I'll try to roll my own. 

I would like to thank the mew development team for sharing mew. IMHO
the best e-mail client there is...

Best regards
(Continue reading)

Kazu Yamamoto | 6 Feb 2003 09:42

[mew-int 01270] Re: gnus support in 3.1?

From: Petter Gustad <pegu <at> dolphinics.no>
Subject: Re: [mew-int 01268] Re: gnus support in 3.1?

> My question was if somebody had a mew-gnus.el which I could use with
> mew 3.1. If not I'll try to roll my own. 

Please contact the auther directly since he is not on this list.

--Kazu

Kazu Yamamoto | 18 Feb 2003 16:48

[mew-dist 23084] Mew 3.2rc1

Hello guys,

I have released Mew 3.2rc1 (release candidate 1), which should be Mew
3.2 in short time. It is available as follows:

	ftp://www.mew.org/pub/Mew/beta/mew-3.2rc1.tar.gz

For the differences between Mew 3.1 and Mew 3.2, 00diff says:

* If SSL/SSH is used for message retrieval by POP/IMAP/NNTP,
  it is notified in mode line ("Sec" or a lock image).
* Supporting Emacs 21.3's native UTF-8.
* Translation between Latin 0 and Latin 1.
* A certificate of an SSL server can be verified. For this, "stunnel"
  v3 and v4 are supported and support for "openssl s_client" is
  obsoleted.
* Supporting X-Face: on Emacs 21. To use X-Face: on any Emacsen,
  install "uncompface" command and the "netpbm" package.
* Obsoleting the following variables:
	mew-noreplyto-to-list
	mew-noreplyto-cc-list
	mew-replyto-to-list
	mew-replyto-cc-list
	mew-fromme-to-list
	mew-fromme-cc-list
  And defining the following variables:
	mew-reply-all-alist
	mew-reply-sender-alist
	mew-reply-fromme-alist
  This change enables support for NetNews and non-standard fields
(Continue reading)

Chris Beggy | 18 Feb 2003 17:13

[mew-int 01272] Re: Mew 3.2rc1

On 19 Feb 2003, Kazu Yamamoto (山本和彦) <kazu <at> iijlab.net> wrote: 

> I have released Mew 3.2rc1 (release candidate 1), which should be Mew
> 3.2 in short time. It is available as follows:
> 
> 	ftp://www.mew.org/pub/Mew/beta/mew-3.2rc1.tar.gz
> 
> For the differences between Mew 3.1 and Mew 3.2, 00diff says:
> 
> * If SSL/SSH is used for message retrieval by POP/IMAP/NNTP,
>   it is notified in mode line ("Sec" or a lock image).
> * Supporting Emacs 21.3's native UTF-8.

Thanks and congratulations on the rc1!

This is a little OT.

Will emac 21.3 utf-8 have Japanese character support?  21.1.2's
utf-8 doesn't support Japanese, so I have to use mule.

Chris

Tatsuya Kinoshita | 18 Feb 2003 17:33
Picon

[mew-int 01273] UTF-8 in Emacs 21.3 (was: Mew 3.2rc1)

On February 18, 2003, [mew-int 01272],
Chris Beggy <chrisb <at> kippona.com> wrote:

> Will emac 21.3 utf-8 have Japanese character support?  21.1.2's
> utf-8 doesn't support Japanese, so I have to use mule.

In Emacs 21.3 without Mule-UCS, if you set the utf-translate-cjk
variable to t, handling CJK characters in UTF-8 should work.

--

-- 
Tatsuya Kinoshita

Andreas Nolda | 18 Feb 2003 18:28
Picon

[mew-int 01274] Fcc to IMAP folder

Hi,

is it possible to specify a remote IMAP folder in mew-fcc? Given a value
of, say, "%fcc", mew 3.1 seems to interpret it as the name of the local
folder +%fcc instead of as the name of an IMAP folder.

Andreas Nolda
--

-- 
Andreas Nolda                    e-mail: andreas.nolda <at> rz.hu-berlin.de
Wissenschaftlicher Mitarbeiter          www: http://www2.hu-berlin.de/
                                            linguistik/institut/nolda/
Humboldt-Universität zu Berlin
Philosophische Fakultät II
Institut für deutsche Sprache und Linguistik
Unter den Linden 6                            phone: ++49-30-2093-9718
D-10099 Berlin                                  fax: ++49-30-2093-9729


Gmane