From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58555 Path: main.gmane.org!not-for-mail From: Cheng Gao Newsgroups: gmane.emacs.gnus.general Subject: Feature Request -Customizable FQDN Date: Thu, 23 Sep 2004 12:22:23 +0800 Organization: eqiao.com Sender: ding-owner@lists.math.uh.edu Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1095958689 23851 80.91.229.6 (23 Sep 2004 16:58:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Sep 2004 16:58:09 +0000 (UTC) Original-X-From: ding-owner+M7093@lists.math.uh.edu Thu Sep 23 18:57:53 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CAWun-00075J-00 for ; Thu, 23 Sep 2004 18:57:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CAWth-0004hF-00; Thu, 23 Sep 2004 11:56:45 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CALFU-0003QY-00 for ding@lists.math.uh.edu; Wed, 22 Sep 2004 23:30:28 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CALFV-00038Q-C8 for ding@lists.math.uh.edu; Wed, 22 Sep 2004 23:30:29 -0500 Original-Received: from main.gmane.org (main.gmane.org [80.91.229.2]) by justine.libertine.org (Postfix) with ESMTP id 4BA9D3A0041 for ; Wed, 22 Sep 2004 23:30:25 -0500 (CDT) Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CALFP-0006TG-00 for ; Thu, 23 Sep 2004 06:30:23 +0200 Original-Received: from 218.2.142.138 ([218.2.142.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Sep 2004 06:30:23 +0200 Original-Received: from chenggao by 218.2.142.138 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Sep 2004 06:30:23 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 49 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 218.2.142.138 User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (windows-nt) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58555 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58555 (Yesterday I tried to post this message to ding via news.gnus.org, but seems it's not posted. So I resend it via gmane.) Just found an annoying thing in Gnus. I use Gnus to manage my work and personal emails together, and read NGs. And for convenience I setup user-mail-address to my personal email as shown in this post. I setup all my work emails in groups as 'nnml+label:biz\..*', and I use posting styles to setup work email and organizaiton etc. Everything is OK. And the problem is with Message-ID. Function message-make-fqdn always uses global `user-mail-address to generate Message-ID (I set message-user-fqdn to nil). I know there is way to generate message id for news and mail messages differently. But this wont solve my problem. Coz for mail messages, I need FQDN for work and personal use seperately. And I think it's very reasonable to add message-user-fqdn into customizable list of Posting Style or Group Parameter. Just like: (setq gnus-posting-styles '(("nntp.*" (fqdn "fornews.fqdn")) ("nnml.*" (fqdn "formail.fqdn")) )) Or I think most reasonable: (setq gnus-parameters '(("nntp.*" (fqdn . "fornews.fqdn")) ("nnml.*" (fqdn . "forpersonalmail.fqdn")) ("nnml.*:biz.*" (fqdn . "forworkmail.fqdn")) ) ) OT:=20 Personally I think posting style should be merged into Group Parameters entirely. I know I can setup posting-style in parameters now, but it's feature-limited. Topic Paramters->Groups Parameters (with regexp) -> Specific Group Parameter can be a very reasonable cascading setup tree just like what CSS (Cascading Style Sheet) does.=20 CG --=20 =D7=C3=CC=B0=C8=AA=B6=F8=BE=F5=CB=AC=A3=AC=B4=A6=BA=D4=D5=DE=D2=D4=D3=CC=BB= =B6