Kazu Yamamoto | 4 Jan 2007 08:57
Picon
Gravatar

[mew-dist 27549] Mew 5.2rc3

Mew 5.2rc3 has been released.

--Kazu

Subject: Mew 5.2 release candidate 3
From: Kazu Yamamoto (山本和彦) <kazu <at> iij.ad.jp>
To: mew-release <at> mew.org
Date: Thu, 04 Jan 2007 16:55:30 +0900 (JST)
X-Mailer: Mew version 5.2rc3 on Emacs 22.0.92 / Mule 5.0 (SAKAKI)

A Happy New Year!

Since bugs relating search and S/MIME were found, Mew 5.2 release
candidate 3 has been released:

	http://www.mew.org/Beta/mew-5.2rc3.tar.gz

Aagain, the differences between Mew 5.2 and Mew 5.1 are:

* Full S/MIME support based on GnuPG 2.
	http://www.mew.org/feature/smime.html.en
	http://www.mew.org/feature/smime.html.ja

* Automatic resizing for large JPEG/PNG images.

* Hyper Estraier support.
	http://www.mew.org/feature/est.html.en
	http://www.mew.org/feature/est.html.ja

Hyper Estraier is a full text search engine based on the N-gram
(Continue reading)

Duloc Wen | 9 Jan 2007 16:21
Picon

[mew-int 2255] A patch: make-string in emacs 23

hi
  everybody.
  after 5-hours tracking, i found what the following happing:
http://www.mew.org/pipermail/mew-int/2006-November/001727.html

I got this error
"error in process filter: Args out of range:
"Googlexxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", 32593"

when I was retrieve the mails from gmail, it works because 3 of 10 messages
had been retrieved, how can I resolve this?

===========================================================
just because of the return value of make-string didn't act as
multibyte if we don't supply a non-ascii initial element.
I don't change all of make-string, because i didn't have
enough time.

diff -urN mew-5.2rc3/mew-header.el mew-5.2rc3-work/mew-header.el
--- mew-5.2rc3/mew-header.el	2007-01-11 11:43:57.641918750 +0800
+++ mew-5.2rc3-work/mew-header.el	2007-01-11 11:44:56.893621750 +0800
 <at>  <at>  -276,7 +276,15  <at>  <at> 
 	(setq str (string-as-unibyte str))) ;; A bug of Emacs 20.7
     (let* ((i 0) (len (length str))
 	   (par-cnt 0) (tmp-cnt 0) (sep-cnt 0)
-	   (tmp (make-string len ?x))
+	   ;;; dulocwen <at> gmail.com
+	   ;;; in emacs 23 (emacs-unicode):
+	   ;;; we should promise (multibyte-string-p tmp) holds,
+	   ;;; but (multibyte-string-p (make-string len ?x)) failed,
(Continue reading)

Kazu Yamamoto | 10 Jan 2007 02:52
Picon
Gravatar

[mew-int 2256] Re: A patch: make-string in emacs 23

Hello, 

> when I was retrieve the mails from gmail, it works because 3 of 10 messages
> had been retrieved, how can I resolve this?

I guess that this is a bug of Unicode Emacs.

As I mentioned many times, Mew does not support Unicode Emacs at this
moment. I have compiled it in the past but it was really buggy. 

If you want to use Unicode Emacs because of the anti-alias feature,
you should use it at your own risk (including the bug above).

If you just want to use native UTF-8, please use Emacs 22 (CVS Head)
which is now in the pretest stage.

--Kazu

Kazu Yamamoto | 10 Jan 2007 09:28
Picon
Gravatar

[mew-dist 27555] Fw: Mew version 5.2

Hello,

Mew 5.2 has been released.
Enjoy!

--Kazu
Picon Gravatar
From: Kazu Yamamoto <kazu <at> iij.ad.jp>
Subject: Mew version 5.2
Date: 2007-01-10 08:25:07 GMT
Hello,

We are happy to announce that Mew version 5.2 has been released:

	http://www.mew.org/Release/mew-5.2.tar.gz

The differences between Mew 5.2 and Mew 5.1 are:

* Full S/MIME support based on GnuPG 2.
	http://www.mew.org/feature/smime.html

* Automatic resizing for large JPEG/PNG images.

(Continue reading)

Lloyd Zusman | 13 Jan 2007 16:38

[mew-int 2258] Dealing with a list of IMAP folders

Hello.  I posted the following message around 49 weeks ago, and I'm
reposting it now because I didn't see any replies (I confess that I
forgot about this message for a long time, and only rediscovered it
now).  I'm wondering if any of you might be able to help answer the
question that I posed in my message.  Thank you very much in advance.

My earlier post:

My IMAP setup is structured in the following manner:

  INBOX         (empty ... just a root to the folder tree)
  INBOX.user1   (messages from user1)
  INBOX.user2   (messages from user2)
  INBOX.user3   (messages from user3)
  ... etc. ...

When I start up mew, it points me to the %inbox folder, which corresponds to
"INBOX", above.  I know that I can type the `g' command and the subfolder
name in order to view messages in a specific subfolder (for example, I know
that I can type "g" followed by "%user1" to view messages in the "INBOX.user1"
folder).

Is there any way that I can cause the entire folder list to appear in
an emacs buffer, followed by the total number messages and the number of
unread messages?

For my setup, I'd like to see something similar to this:

  %inbox            0     0
  %user1          123     2
(Continue reading)

Tatsuya Kinoshita | 17 Jan 2007 14:53
Picon

[mew-int 2259] Re: Dealing with a list of IMAP folders

On January 13, 2007, [mew-int 2258],
ljz (at asfast.com) wrote:

> Is there any way that I can cause the entire folder list to appear in
> an emacs buffer, followed by the total number messages and the number of
> unread messages?
> 
> For my setup, I'd like to see something similar to this:
> 
>   %inbox            0     0
>   %user1          123     2
>   %user2           47     1
>   %user3           12     0
>   ... etc. ...
> 
> Also, I'd like to be able to navigate up and down this list and to select
> a given folder, at which time I end up in its summary list (as if I typed
> "g" + "%" + folder-name).
> 
> Is this possible somehow?

Mew doesn't have the folder list feature.

To use the folder list feature, I sometimes use Wanderlust, see
  http://www.gohome.org/wl/

--

-- 
Tatsuya Kinoshita

(Continue reading)

Lloyd Zusman | 21 Jan 2007 03:37

[mew-int 2260] Re: Dealing with a list of IMAP folders

Tatsuya Kinoshita <tats <at> vega.ocn.ne.jp> writes:

> 
> On January 13, 2007, [mew-int 2258],
> ljz (at asfast.com) wrote:
> 
> > Is there any way that I can cause the entire folder list to appear in
> > an emacs buffer, followed by the total number messages and the number of
> > unread messages?
> > 
> > [ ... ]
> 
> Mew doesn't have the folder list feature.
> 
> To use the folder list feature, I sometimes use Wanderlust, see
>   http://www.gohome.org/wl/

Thank you very much for your reply.  Yes, I already use Wanderlust.
I like it, but I find it less straightforward than Mew, and I was
hoping to switch to Mew.

In my free time, I'll start working on the elisp necessary to give
me a Mew-based folder list.  Some day, if I get this to work, I'll
post it here.

--

-- 
 Lloyd Zusman
 ljz <at> asfast.com
 God bless you.

(Continue reading)

mew | 25 Jan 2007 18:43

[mew-int 2261] Forward to Thunderbird users


It seems like whenever I forward mail to Thunderbird users they don't
see the attachment unless they save it to disk and open it from their
desktop.

Have anybody else experienced this? Is it a problem in Thunderbird or
is it a problem in Mew?

Thanks
Petter


Gmane