Kazu Yamamoto | 3 Dec 2009 03:59
Picon
Gravatar

[mew-int 2776] Re: Hooks and ditching NNTP

Hello,

> First, how do I tell Mew to never try to use or otherwise deal with
> NNTP?  I don't have a news server, or a need to get one, but I do read
> a few mailing lists that are gateways to news groups.  When I try to
> reply to one of these messages, Mew throws away the mail headers (To:,
> Cc:) in favor of setting up a reply to the group.

The following configuration would save you.

(setq mew-reply-all-alist
  '(("Reply-To:"
     ("To:" "Reply-To:" "From:")
     ("Cc:" "To:" "Cc:" "Apparently-To:"))
    (t
     ("To:" "From:")
     ("Cc:" "To:" "Cc:" "Apparently-To:"))))

> Relatedly, if I'm not paying attention when Mew does this and I try to
> send the message, not only does sending bomb, but the message appears
> to get thrown away.  It's not in a buffer, not in +drafts or +backup,
> it's just gone as far as I can tell.  This smells like a bug, but I'm
> willing to believe I'm just not looking hard enough for the message.

They are in +queue I guess.

--Kazu

Ken C | 9 Dec 2009 02:17
Picon

[mew-int 2777] biff mew and subfolder

Dear folks,

I am a beginner of mew and elisp. Mew is a very good mail client.

I have this issue that bothers me very much. My mail server is IMAP and I have the following mail folder structure on the server:
inbox
inbox/aaa
inbox/bbb
inbox/ccc
etc.

Mew has a biff function that only checks the new mail in inbox. Is there any way that can make it check other subfolders under inbox? Or anybody can improve the lisp code to support this function?

Thanks a lot


-- 
Best regards
Ken



--
Best regards
Ken
Ken C | 14 Dec 2009 05:08
Picon

[mew-int 2778] Re: biff mew and subfolder

any body help me out, please. I really wish to solve this issue.

Best regards,
Ken

On Wed, Dec 9, 2009 at 9:17 AM, Ken C <loopgain <at> gmail.com> wrote:
Dear folks,

I am a beginner of mew and elisp. Mew is a very good mail client.


I have this issue that bothers me very much. My mail server is IMAP and I have the following mail folder structure on the server:
inbox
inbox/aaa
inbox/bbb
inbox/ccc
etc.

Mew has a biff function that only checks the new mail in inbox. Is there any way that can make it check other subfolders under inbox? Or anybody can improve the lisp code to support this function?

Thanks a lot

-- 
Best regards
Ken



--
Best regards
Ken



--
Best regards
Ken
Michael Ernst | 16 Dec 2009 18:38
Favicon

[mew-int 2779] info/.cvsignore file

For people who wish to run Mew directly from a checkout, rather than
installing to a different location, it would be helpful to add a .cvsignore
file, to the info directory, that contains just "dir".  I have attached an
example.

                    -Michael Ernst

dir
Michael Ernst | 18 Dec 2009 00:01
Favicon

[mew-int 2780] Typo in Mew manual

The Mew manual says,

  There is also another mark, `X', which is like the mark `X'.

Actually, these two marks are *very* like one another...

The below patch corrects the problem.

                    -Michael Ernst

Index: mew.texi
===================================================================
RCS file: /cvsmew/mew/info/mew.texi,v
retrieving revision 1.368
diff -u -r1.368 mew.texi
--- mew.texi	25 Nov 2009 02:39:49 -0000	1.368
+++ mew.texi	17 Dec 2009 22:59:59 -0000
 <at>  <at>  -6847,7 +6847,7  <at>  <at> 
  <at> end ifset
  <at> ifset us
-There is also another mark,  <at> samp{X}, which is like the mark  <at> samp{X}.
+There is also another mark,  <at> samp{X}, which is like the mark  <at> samp{D}.
 Messages marked with  <at> samp{X} are deleted when  <at> samp{x} is typed. The
  <at> samp{X} mark can be put by  <at> samp{M-d}.

Kazu Yamamoto | 18 Dec 2009 03:09
Picon
Gravatar

[mew-int 2781] Re: info/.cvsignore file

Hello,

> For people who wish to run Mew directly from a checkout, rather than
> installing to a different location, it would be helpful to add a .cvsignore
> file, to the info directory, that contains just "dir".  I have attached an
> example.

This is not directly relating to your topic. But...
I'm thinking to switch Mew's CVS repository to GitHUB. Is this
acceptable?

--Kazu

vvoody | 18 Dec 2009 03:12
Picon
Gravatar

[mew-int 2782] Re: info/.cvsignore file

2009/12/18 Kazu Yamamoto <kazu <at> iij.ad.jp>:
>
> This is not directly relating to your topic. But...
> I'm thinking to switch Mew's CVS repository to GitHUB. Is this
> acceptable?
>

That's great!

> --Kazu
>

--

-- 
Free as freedom, slack as Slackware.
vvoody

Alan Bram | 18 Dec 2009 03:17
Picon
Favicon

[mew-int 2783] Re: info/.cvsignore file

> I'm thinking to switch Mew's CVS repository to GitHUB. Is this
> acceptable?

That would be great.

Cheers,
 - arb

vvoody | 18 Dec 2009 14:26
Picon
Gravatar

[mew-int 2784] Not receive imap header only on startup

Hi all~
I use IMAP account for default and I have set the config in ~/.mew.el .

  (setq mew-imap-header-only t)

But Mew receive the whole mail header and body when I start Mew(M-x mew).
Then in the %inbox, 's' can get the header only and 'C-us' get the entire mail. This's ok.

I remember that Mew can just fetch the header on startup in the early version
using the above configuratioin. Is that my fault or Mew's change?

My box is:
   Mew 6.3
   Emacs 23.1

Best regards.

Glen Rubin | 29 Dec 2009 04:56
Picon
Favicon

[mew-int 2785] multiple pop accounts

Hi,

I am trying to set-up multiple pop accounts on mew.  Unfortunately, it is not working.  If I try either account alone it works fine.  I do this by always having one of the accounts comented (;) out. Here is how they are defined in my .mew-el file:


;;Set-up for a single user at yahoo! 
;(setq mew-smtp-server "smtp.mail.yahoo.com")
;(setq mew-pop-user "rubinglen")
;(setq mew-pop-server "pop.mail.yahoo.com")
;(setq mew-pop-auth 'pass)
;(setq mew-pop-ssl t)
;(setq mew-pop-ssl-port 995)
;(setq mew-ssl-verify-level 0)

 
;;Set-up for a single user at gawab.com
(setq mew-smtp-server "smtp.gawab.com")
(setq mew-pop-user "glenrubin <at> gawab.com")
(setq mew-pop-server "pop.gawab.com")
(setq mew-pop-auth 'pass)
(setq mew-pop-port 110)
(setq mew-smtp-port 25)


If I try setting it up to access both accounts, it does not work.  Here is what I tried:


;;Set-up for multiple pop accounts
(setq mew-config-alist
      '((yahoo
         (inbox-folder   "+inbox")
     (proto          "$")
     (pop-user       "rubinglen")
         (pop-server     "pop.mail.yahoo.com")
     (smtp-server    "smtp.mail.yahoo.com")
     (pop-auth 'pass)
     (pop-ssl t)
     (pop-ssl-port 995)
     (ssl-verify-level 0))
        (gawab
         (inbox-folder   "+inbox")
     (proto          "$")
     (pop-user       "glenrubin <at> gawab.com")
     (pop-server     "pop.gawab.com")
     (smtp-server    "smtp.gawab.com")
     (smtp-port      25)
     (pop-auth 'pass)
     (pop-port 110)
     )))

New Email addresses available on Yahoo!
Get the Email name you've always wanted on the new <at> ymail and <at> rocketmail.
Hurry before someone else does!

Gmane