Gnus development mailing list
 help / color / mirror / Atom feed
From: Yagnesh Raghava Yakkala <hi@yagnesh.org>
To: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: ding@gnus.org
Subject: Re: gnus downloading mails from pop again and again.
Date: Mon, 12 Aug 2013 23:10:50 +0900	[thread overview]
Message-ID: <87ob939ez9.fsf@yagnesh.org> (raw)
In-Reply-To: <8761vblc0m.fsf@yagnesh.org> (Yagnesh Raghava Yakkala's message of "Mon, 12 Aug 2013 14:21:45 +0900")


Hi Yamaoka-san,

On Aug 12 2013, Yagnesh Raghava Yakkala <hi@yagnesh.org> wrote:

>> Doesn't the echo-area or the "*Messages*" buffer say something
>> about that?

The *messages* buffer contains many instance of following messages

╭─────
│Reading incoming mail from pop...
│Processing mail from ~/.emacs-mail-crash-box...
│Wrote /home/yagnesh/gnus/Mail/mail/hokudai/4426
│Mail source (pop :server pop.hines.hokudai.ac.jp :user XXXXX :leave 14) failed: (file-error Opening output file no such file or directory /home/yagnesh/Mail/Incoming117956Yf)
│nnml: Reading incoming mail (no new mail)...done
│Reading active file via nnml...done
│Reading active file from archive via nnfolder...done
│Reading active file via nndraft...done
│Checking new news...done
│No news is good news
╰─────

Since at this time incoming mail is only one, I manually compared
".emacs-mail-crash-box" and split mail by gnus. gnus processed and stored in
properly and it even identified Its a duplicate of earlier message.Thats means
My split rules are fine I guess.

╭─────
│(file-error Opening output file no such file or directory /home/yagnesh/Mail/Incoming117956Yf)
╰─────
Now what I don't why I get this error.


FYI, this is the setup I have for mail splitting. (Not really a fancy one)
--8<---------------cut here---------------start------------->8---
(setq nnmail-split-fancy
      `(| ;; gmail
          ("Delivered-To" "myuserid.*gmail.*" "mail.gmail.pop")

          ;; hokudai mail
          (| ("subject" "ncl-talk.*" "mail.ncl")  ;from ncl list
             ("subject" ".*wrf.*"  "mail.wrf")    ; wrf
             ("subject" "gradusr.*"  "mail.grads") ; from grads list
             ("Delivered-To" "myuserid.*" "mail.hokudai"))  ;remaining goes to hokudai mail

          ;; live mail
          (to "yagnesh@live" "mail.live")

          ("from" mail (| ("subject" "warn.*" "mail.warning")
                          "mail.misc"))

          ;; mail from and to me
          ;; (any ,gnus-ignored-from-addresses "mail.misc")
          "mail.misc"))
--8<---------------cut here---------------end--------------->8---


Thanks.,
-- 
ఎందరో మహానుభావులు అందరికి వందనములు.
YYR



  reply	other threads:[~2013-08-12 14:10 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-11  6:32 Yagnesh Raghava Yakkala
2013-08-12  0:33 ` Katsumi Yamaoka
2013-08-12  1:21   ` Katsumi Yamaoka
2013-08-12  2:13     ` Yagnesh Raghava Yakkala
2013-08-12  2:39       ` Yagnesh Raghava Yakkala
2013-08-12  2:43         ` Yagnesh Raghava Yakkala
2013-08-12  3:49           ` Katsumi Yamaoka
2013-08-12  5:21             ` Yagnesh Raghava Yakkala
2013-08-12 14:10               ` Yagnesh Raghava Yakkala [this message]
2013-08-12 17:12                 ` Lars Magne Ingebrigtsen
2013-08-13  1:26                   ` Yagnesh Raghava Yakkala
2013-08-13  2:07                     ` Yagnesh Raghava Yakkala
2013-08-13  3:33                     ` Katsumi Yamaoka
2013-08-13  3:51                       ` Eric Abrahamsen
2013-08-15  8:34                       ` Yagnesh Raghava Yakkala

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ob939ez9.fsf@yagnesh.org \
    --to=hi@yagnesh.org \
    --cc=ding@gnus.org \
    --cc=yamaoka@jpl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).