From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Pavel@Janik.cz (Pavel =?iso-8859-2?q?Jan=EDk?=) Newsgroups: gmane.emacs.devel Subject: display-time, mail-icon and POP3 mailboxes Date: Thu, 07 Feb 2002 10:54:16 +0100 Message-ID: NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8bit X-Trace: quimby2.netfonds.no 1013076151 3304 195.204.10.66 (7 Feb 2002 10:02:31 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 7 Feb 2002 10:02:31 GMT Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16YlNu-0000rC-00 for ; Thu, 07 Feb 2002 11:02:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16YlFp-0008Pa-00; Thu, 07 Feb 2002 04:54:09 -0500 Original-Received: from styx.suse.cz ([213.210.157.162] helo=SnowWhite.SuSE.cz) by fencepost.gnu.org with smtp (Exim 3.33 #1 (Debian)) id 16YlDb-0008GW-00 for ; Thu, 07 Feb 2002 04:51:52 -0500 Original-Received: by SnowWhite.SuSE.cz (PJ, from userid 500) id 6FC8A441B9; Thu, 7 Feb 2002 10:54:21 +0100 (CET) Original-To: emacs-devel@gnu.org Mail-Copies-To: never X-Face: $"d&^B_IKlTHX!y2d,3;grhwjOBqOli]LV`6d]58%5'x/kBd7.MO&n3bJ@Zkf&RfBu|^qL+ ?/Re{MpTqanXS2'~Qp'J2p^M7uM:zp[1Xq#{|C!*'&NvCC[9!|=>#qHqIhroq_S"MH8nSH+d^9*BF: iHiAs(t(~b#1.{w.d[=Z User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i386-suse-linux-gnu) Original-Lines: 23 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:835 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:835 Hi, I'd like to add the ability to check POP3 mailbox for new messages (and displaying mail icon). Now, we support only looking into file or directory for new e-mail. POP3 support would be great. The implementation itself is very easy (and already done, in fact). But how should i get the hostname, username and password from user? Rmail uses movemail which checks MAILHOST env. variable or the third field of inbox (po:user:host). Gnus can set everything in mail-sources: (setq mail-sources '((pop :server "my-server" :user "MyName" :password "MySecret"))) I do not know about VM and other mail programs. Do you have an idea? Should I share values with those programs or should I invent new user options display-time-pop3-{server,user,password}? -- Pavel Janík Pah! Benchmarks, smenchmarks! Give us your bogomips-rating, that's the only thing that counts :-) -- David Weinehall in linux-kernel _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel