From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/11882 Path: main.gmane.org!not-for-mail From: joda@pdc.kth.se (Johan Danielsson) Newsgroups: gmane.emacs.gnus.general Subject: Re: *POP* goes the mail.. Date: 14 Aug 1997 14:09:22 +0200 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by SEMI MIME-Edit 0.77) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035151519 556 80.91.224.250 (20 Oct 2002 22:05:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:05:19 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.6/8.8.6) with ESMTP id GAA09075 for ; Thu, 14 Aug 1997 06:13:29 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id IAA12161 for ; Thu, 14 Aug 1997 08:09:04 -0500 (CDT) Original-Received: from blubb.pdc.kth.se (blubb.pdc.kth.se [193.10.159.47]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Thu, 14 Aug 1997 14:10:04 +0200 Original-Received: from joda by blubb.pdc.kth.se with local (Exim 1.62 #1) id 0wyyiR-0004UO-00; Thu, 14 Aug 1997 14:09:23 +0200 Original-To: flognat@fukt.hk-r.se X-Emacs: 19.34 In-Reply-To: Andy Eskilsson's message of 14 Aug 1997 10:02:34 +0200 Original-Lines: 17 X-Mailer: Gnus v5.4.52/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:11882 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:11882 Andy Eskilsson writes: > UUh our sysadms want us to go over to pop.. whats the status for > pop-support in gnus.. I just want to collect them to my > nnml-backend. At least kpop works like a charm. I've never used send-password-in-the-clear pop, so I can't comment on that. > And while on the topic, is there any way for emacs to display *New > mail* in the status-line when mail has come to the pop-server?? (setq global-mode-string (cons "*New mail* " global-mode-string)) :-) /Johan