From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40321 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Support "Importance:" header Date: Fri, 16 Nov 2001 14:08:08 +0100 (CET) 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 1035175891 32755 80.91.224.250 (21 Oct 2002 04:51:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:51:31 +0000 (UTC) Cc: Return-Path: Original-Received: (qmail 19135 invoked from network); 16 Nov 2001 13:09:44 -0000 Original-Received: from malifon.math.uh.edu (129.7.128.13) by mastaler.com with SMTP; 16 Nov 2001 13:09:44 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 164ijc-00009i-00; Fri, 16 Nov 2001 07:08:44 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 16 Nov 2001 07:08:27 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id HAA06871 for ; Fri, 16 Nov 2001 07:08:17 -0600 (CST) Original-Received: (qmail 19126 invoked by alias); 16 Nov 2001 13:08:24 -0000 Original-Received: (qmail 19120 invoked from network); 16 Nov 2001 13:08:23 -0000 Original-Received: from slipsten.extundo.com (195.42.214.241) by gnus.org with SMTP; 16 Nov 2001 13:08:23 -0000 Original-Received: from localhost (jas@localhost) by slipsten.extundo.com (8.11.6/8.11.6) with ESMTP id fAGD88a24561; Fri, 16 Nov 2001 14:08:09 +0100 X-Authentication-Warning: slipsten.extundo.com: jas owned process doing -bs Original-To: Pavel =?iso-8859-2?q?Jan=EDk?= In-Reply-To: Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40321 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40321 On Fri, 16 Nov 2001, Pavel [iso-8859-2] Janík wrote: > > The following adds support for those pesky Outlookish-but-really-X.400 > > Importance: headers (and fixes various bugs found in the process of > > writing it). If there are artists out there that can make the icons > > less ugly that would be a good thing. I stole the C-c C-p binding in > > the *Message* buffer, hopefully noone uses it? > > What about inventing mechanism for marking such messages in a summary > buffer? Scoring? Adding default scores for this in Gnus requires us to include Importance: in `nnmail-extra-headers' and `gnus-extra-headers' by default, and Customize handles this badly, so people that are already customizing these variables will not see the new default. Maybe we need two new variables, say `nnmail-extra-headers-internal' and `gnus-extra-headers-internal', but two more variables is perhaps not what the world desires the most right now. This problem start to come up in many places in Gnus now (alot of mm-* variables, e.g. `mm-automatic-display'), maybe one of the solutions discussed on the Custom list could be tried.