From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87374 Path: news.gmane.org!.POSTED!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: registry and the gnus-summary-line-format Date: Sun, 19 Feb 2017 21:45:13 +0000 Message-ID: <87wpcl3lee.fsf@mat.ucm.es> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1487540795 1452 195.159.176.226 (19 Feb 2017 21:46:35 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 19 Feb 2017 21:46:35 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+m35595@lists.math.uh.edu Sun Feb 19 22:46:30 2017 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from mxfilter-048035.atla03.us.yomura.com ([107.189.48.35]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cfZJO-0008Lj-3g for ding-account@gmane.org; Sun, 19 Feb 2017 22:46:30 +0100 X-Yomura-MXScrub: 1.0 Original-Received: from lists1.math.uh.edu (unknown [129.7.128.208]) by mxfilter-048035.atla03.us.yomura.com (Halon) with ESMTPS id e0b73eee-f6ec-11e6-b156-b499baabecb2; Sun, 19 Feb 2017 21:46:33 +0000 (UTC) Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.87) (envelope-from ) id 1cfZIN-0007q4-5W; Sun, 19 Feb 2017 15:45:27 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1cfZIK-0007pX-Nb for ding@lists.math.uh.edu; Sun, 19 Feb 2017 15:45:24 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.87) (envelope-from ) id 1cfZII-0007BA-ML for ding@lists.math.uh.edu; Sun, 19 Feb 2017 15:45:24 -0600 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1cfZIH-0000DC-9U for ding@gnus.org; Sun, 19 Feb 2017 22:45:21 +0100 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cfZI8-0002Bm-QC for ding@gnus.org; Sun, 19 Feb 2017 22:45:12 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 23 Original-X-Complaints-To: usenet@blaine.gmane.org Mail-Copies-To: never Cancel-Lock: sha1:9pVBNP/q/GY0YG/wMkjVYalVT6A= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87374 Archived-At: Hi according to the documentation of gnus-registry.el I should add ;; Finally, you can put %uM in your summary line format to show the registry. now in the relevant custom buffer using gnus-group-customize I have Set variables local to the group you are entering. More INS DEL Variable: gnus-summary-line-format Value: "%uM%U%R%z%I%N %(%[ %-10,10uB%]%) %-10,10~(form (rfc2047-decode-string (gnus-extra-header 'To)))@ [%-25,25s%] %D %k %L \n" INS but gnus-summary-line-format is a variable defined in ‘gnus.el’. Its value is "%U%R%z%I%(%[%4L: %-23,23f%]%) %s " I don't understand that, can somebody please explain? thanks Uwe Brauer