Kazu Yamamoto | 6 Sep 2011 11:34
Picon
Gravatar

[mew-int 3009] Mew 6.4 release candidate 1

Hello,

I released Mew 6.4 release candidate 1. This version fixed a bug
which I have been seeking for a long time. Also, this version
supports stunnel 4.39 or later.

Enjoy!

--Kazu

Francesco Scaglioni | 7 Sep 2011 19:52

[mew-int 3010] Lost refile system

Hi,

Somehow I seem to have lost my refile functions :-)

I have what appears to be a mew refile from alist (that has
been running for a number of years) but the only option I
get offered now is

+Maildir/fgs/

In an attempt to solve the problem I have added the last
three lines to what I thought was the relevant section of my
~/.mew.el

  (setq mew-mailbox-type `mbox)
  (setq mew-mbox-command "incm")
  (setq mew-mbox-command-arg  "-a -d /home/fgs/Mail/Maildir/fgs -i /home/fgs/Mail/inbox")

; next 3 lines added to try and solve problem (no joy)
(setq mew-refile-guess-by-folder nil)
(setq mew-refile-ctrl-multi nil) 
(setq mew-refile-guess-by-from t)

Would someone who knows far more than me please correct me
in the error of my ways.

Many Thanks,

Francesco

(Continue reading)

Francesco Scaglioni | 9 Sep 2011 19:49

[mew-int 3011] still hunting refile issue

Hi,

I deleted everything in ~/Mail that seemed to be mew related
then reran mew and the mew-specific folders
(mew-folder-alist etc etc) have all been recreated.  Where
is mew keeping this data so that I can reset it.  The only
change to my configuration (prior to which everything has
worked flawlessly for years) was to change my outgoing smtp
server which shouldn't mess up the refile rules.

Any suggestions much appreciated.

Many THanks,

Francesco

Jeffrey M Roth | 13 Sep 2011 19:20
Picon

[mew-int 3012] how to reset cached imap and smtp passwords


Hi All - Is there a way to clear the cached IMAP or SMTP passwords in
MEW, for times when you change your password?

C-c-C-m seems to clear the master password, but sometimes that does not
trickle down properly to the IMAP and SMTP passwords.  (I am using an
exchange server.)

I currently turned off password caching and master password use (below
two commands), but would like to turn it back on assuming I can manually
clear the cached info.

(setq mew-use-cached-passwd nil)
(setq mew-use-master-passwd nil)

Any info people have would be greatly appreciated.

Thanks!
Jeff
---
Jeffrey M. Roth, Ph.D ~ Advanced Lasercom Systems and Operations Group ~
MIT Lincoln Laboratory ~ 244 Wood Street ~ Lexington, MA 02420 USA ~
781.981.3468(t)/.0143(f) ~ jroth <at> ll.mit.edu ~ alum.mit.edu/www/roth

ZhangJun | 1 Oct 2011 09:08
Picon

[mew-int 3013] how to delete email into gmail trash folder ?


I have config in .mew.el like this:

(setq mew-config-alist
      '(
        ("default"
	 (...)
	 ("imap-trash-folder" . "%Trash")
	 (...)
	 )
	 )
)

I want to the deleted emails go to gmail's "Trash" forlder (in web page),
but this configure seems put delete emails into a lable "[Imap]/Trash",
there are also "[Imap]Drafts" and "[Imap]/Sent" Labels,

in gmail webpage there are "Inbox", "Sent Mail", "Drafts" and "Trash",
I want to use these forlders.

thanks!

vvoody | 1 Oct 2011 04:15
Picon
Gravatar

[mew-int 3014] Re: how to delete email into gmail trash folder ?

On Sat, 01 Oct 2011 15:08:51 +0800, ZhangJun <gb2313 <at> gmail.com> wrote:
> 
> I have config in .mew.el like this:
> 
> (setq mew-config-alist
>       '(
>         ("default"
> 	 (...)
> 	 ("imap-trash-folder" . "%Trash")

("imap-trash-folder" . "%[Gmail]/Trash")

> 	 (...)
> 	 )
> 	 )
> )
>       
> 
> I want to the deleted emails go to gmail's "Trash" forlder (in web page),
> but this configure seems put delete emails into a lable "[Imap]/Trash",
> there are also "[Imap]Drafts" and "[Imap]/Sent" Labels,
> 
> in gmail webpage there are "Inbox", "Sent Mail", "Drafts" and "Trash",
> I want to use these forlders.
> 
> thanks!


Gmane