[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: folder checking is not working.
At Mon, 12 Jul 2010 14:09:42 +0200,
David Maus wrote:
>
> [1 <text/plain; US-ASCII (7bit)>]
> Deepak Tripathi wrote:
> >my question is that , my folder list in not getting updated automatically
> >even though i have used
>
> >wl-biff-check-folder-list '("./mnt/usb/root/pop/linux")
> >wl-biff-check-interval 5
>
> Did you put this maildir folder .folders?
>
> ,----[ .folders ]
> | #
> | # Folder definition file
> | # This file is generated automatically by Wanderlust/2.15.9 (Almost Unreal).
> | #
> | # If you edit this file by hand, be sure that comment lines
> | # will be washed out by wl-fldmgr.
> | #
> |
> | ./mnt/usb/root/pop/linux
> |
> | # end of file.
> `----
>
> HTH
> -- David
>
It's funny how you'll live with something until someone else reports
the same problem... In any case, I've had the same issue for months
and I think I have everything configured correctly. In fact it the
identical configuration worked I pointed to a MailDir, but now that
I'm using IMAP (to gmail, which may be the culprit) it does not work.
Here's the relevant excerpts from my configs:
;;;
;;; mywl.el
;;;
;; set up biff to check mail
(setq wl-biff-check-folder-list '("%inbox"))
(setq wl-biff-check-interval 60)
(setq wl-biff-notify-hook nil) ; was (ding)
(setq wl-biff-unnotify-hook nil)
(setq wl-biff-use-idle-timer nil)
(defun my-new-mail-message ()
(message "New mail, yo!!!"))
(add-hook 'wl-biff-notify-hook 'my-new-mail-message)
(wl-biff-start)
;;;
;;; .folders
;;;
Mail{
%inbox
/since:30daysago/%[Gmail]/Sent Mail "Recent Sent"
/since:5daysago/%[Gmail]/All Mail "Recent All"
+trash "Trash"
+draft "Drafts"
%[Gmail]/Trash "G-Trash"
%[Gmail]/Drafts "G-Drafts"
%[Gmail]/Starred "Starred"
%[Gmail]/Sent Mail "Sent Mail"
%[Gmail]/All Mail "All Mail"
%[Gmail]/Spam "Spam"
}
Lists{
-gmane.comp.python.scientific.devel@news.gmane.org "SciPy Devel"
-gmane.comp.python.scientific.user@news.gmane.org "SciPy User"
}
Do you think it's due to the fact that I'm using sub-folders/groups in
my folders file?
In any case, this notification used to work and now it does not
indicate new mail, even when I check in manually via the letter icon
in my modeline.
Thanks,
Per