From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/11896 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: *POP* goes the mail.. Date: 14 Aug 1997 18:12:46 -0400 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035151531 635 80.91.224.250 (20 Oct 2002 22:05:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:05:31 +0000 (UTC) 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 QAA14791 for ; Thu, 14 Aug 1997 16:35:40 -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 SAA18654 for ; Thu, 14 Aug 1997 18:31:08 -0500 (CDT) Original-Received: from pocari-sweat.jprc.com (POCARI-SWEAT.JPRC.COM [207.86.147.217]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Fri, 15 Aug 1997 00:13:35 +0200 Original-Received: (from karl@localhost) by pocari-sweat.jprc.com (8.8.5/8.8.5) id SAA15451; Thu, 14 Aug 1997 18:12:46 -0400 Original-To: ding@ifi.uio.no In-Reply-To: Michael Welsh Duggan's message of "14 Aug 1997 10:55:37 -0400" Xref: main.gmane.org gmane.emacs.gnus.general:11896 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:11896 Steinar Bang writes: >> I've had varying success with using movemail compiled with POP. It >> doesn't work on Xemacs 19.15... Michael Welsh Duggan writes: > I have also had varying success with movemail. A lot depends on > whether the correct movemail (emacs's or netscape's) is used, and > whether that movemail was compiled with pop support. For a time, I needed both POP and a local mailbox at the same time, so I had to figure this one out, too. XEmacs 19.14's movemail was not compiled with POP. I replaced it with Netscape's version, as delivered in a 3.x distribution, but with a couple of bug fixes 'cuz Netscape's was perversely braindamaged. See ftp://pocari-sweat.jprc.com/pub/movemail/ for diff of Netscape's version to my working version, a compiled binary for Linux x86, and the resulting movemail.c source --karl