From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56839 Path: main.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.gnus.general Subject: =?utf-8?b?YGdudXMtdHJlYXQtZmlsbC1sb25nLWxpbmVzJw==?= variable Date: Mon, 29 Mar 2004 08:25:46 +0000 (UTC) Sender: ding-owner@lists.math.uh.edu Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1080548781 22244 80.91.224.253 (29 Mar 2004 08:26:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 Mar 2004 08:26:21 +0000 (UTC) Original-X-From: ding-owner+M5378@lists.math.uh.edu Mon Mar 29 10:26:14 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B7s62-0004Xu-00 for ; Mon, 29 Mar 2004 10:26:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1B7s5o-0005wU-00; Mon, 29 Mar 2004 02:26:00 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1B7s5f-0005wM-00 for ding@lists.math.uh.edu; Mon, 29 Mar 2004 02:25:51 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1B7s5e-00007A-Ba for ding@lists.math.uh.edu; Mon, 29 Mar 2004 02:25:50 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 714443A003D for ; Mon, 29 Mar 2004 02:25:49 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1B7s5c-0000Jg-00 for ; Mon, 29 Mar 2004 10:25:48 +0200 Original-Received: from 193.242.5.68 ([193.242.5.68]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Mar 2004 10:25:48 +0200 Original-Received: from zedek by 193.242.5.68 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Mar 2004 10:25:48 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 34 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 193.242.5.68 (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8) X-Spam-Score: -4.9 (----) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56839 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56839 Hello, What is the expected behaviour of this variable ? I have tried many things with it and it seems to me it is just not working at all for me. My problem is I would like Gnus to deal correctly with content-type format=flowed from Mozilla users. Currently with my setting untouched, format=flowed results here in having long unwrapped lines. I tried to play with this variable thinking it would deal with that case but it seems it is not. My last try was to set gnus-treat-fill-long-lines to '(typep "text/plain") but still no good result. In a last resort, I looked at flow-fill, but it sounds like it just work for encoding not for decoding. Right ? And finally I found 'mm-flow-fill' which according to its docstring, displays format=flowed as flowed when `non-nil'. By default it sets to 't' so it should treat flowed correctly but for me it is not. My current workaround is to set it to nil (mm-flow-fill), and now Mozilla users posting are well rendered but dunno if it is the riht way to do so. Any idea ?? Regards, zeDek