From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28743 Path: main.gmane.org!not-for-mail From: Janne Rinta-Manty Newsgroups: gmane.emacs.gnus.general Subject: Re: B c with nnimap: extra newlines Date: Thu, 13 Jan 2000 14:13:57 GMT Organization: "SunSITE Denmark -- sunsite.auc.dk Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035165535 31417 80.91.224.250 (21 Oct 2002 01:58:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:58:55 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 4D236D0520 for ; Thu, 13 Jan 2000 09:22:28 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id IAB06316; Thu, 13 Jan 2000 08:17:11 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 13 Jan 2000 08:16:43 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id IAA11957 for ; Thu, 13 Jan 2000 08:16:10 -0600 (CST) Original-Received: from sunsite.auc.dk (sunsite.auc.dk [130.225.51.30]) by mailhost.sclp.com (Postfix) with SMTP id 005BAD0520 for ; Thu, 13 Jan 2000 09:13:59 -0500 (EST) Original-Received: (qmail 13897 invoked by uid 509); 13 Jan 2000 14:13:58 -0000 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: emacs.ding Original-Lines: 20 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.3 Original-NNTP-Posting-Host: 128.214.48.213 Original-X-Trace: twister.sunsite.auc.dk 947772837 128.214.48.213 (Thu, 13 Jan 2000 15:13:57 MET) Original-NNTP-Posting-Date: Thu, 13 Jan 2000 15:13:57 MET Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:28743 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28743 Janne Rinta-Manty 1999-12-17T10:10:27Z: JRM> I have a problem with nnimap: moving articles (B m) to other JRM> nnimap folders works fine, but copying (B c) doubles every JRM> newline in the article, including headers. I seem to have solved the problem now by commenting out the following lines from nnimap-request-accept-article: ;; turn into rfc822 format (\r\n eol's) ; (with-current-buffer (current-buffer) ; (goto-char (point-min)) ; (while (search-forward "\n" nil t) ; (replace-match "\r\n"))) Assuming the above code works for everybody else, I wonder what's wrong with my setup. IMAP server? SSH? Or should imap-client-eol be used instead of "\r\n" (I have set it to "\n")? -- Janne Rinta-Mänty