From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87238 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Custom Message-ID Date: Sun, 14 Aug 2016 09:41:47 -0400 Message-ID: <87fuq74gdg.fsf@ericabrahamsen.net> References: <8737m78ri3.fsf@alex.chromebook> 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 1471182178 31025 195.159.176.226 (14 Aug 2016 13:42:58 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 14 Aug 2016 13:42:58 +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+M35458@lists.math.uh.edu Sun Aug 14 15:42:49 2016 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bYvgc-0007lx-VN for ding-account@gmane.org; Sun, 14 Aug 2016 15:42:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.86_2) (envelope-from ) id 1bYvfu-0004r3-45; Sun, 14 Aug 2016 08:42:02 -0500 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.86_2) (envelope-from ) id 1bYvfq-0004qR-Ei for ding@lists.math.uh.edu; Sun, 14 Aug 2016 08:41:58 -0500 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.86_2) (envelope-from ) id 1bYvfp-00076K-E1 for ding@lists.math.uh.edu; Sun, 14 Aug 2016 08:41:58 -0500 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 1bYvfo-0004Xf-24 for ding@gnus.org; Sun, 14 Aug 2016 15:41:56 +0200 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1bYvfl-0006UY-RB for ding@gnus.org; Sun, 14 Aug 2016 15:41:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:BExasP4WO0vJqYrOVap2bspXcDM= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87238 Archived-At: "Byung-Hee HWANG "(황병희)"" writes: > Firstly, i would like to give "Big Thanks" to Jorge and Emanuel about > two weeks ago, thanks to them, i got my style's citiation in Gnus. That > is so happy. > > Today i have more question. > > Really i am literary man rather than computing man. One by one i am > making my style's Gnus. > > In Message-ID of Gnus, i want to put a prefix "yw" into front of > Message-ID. The "yw" is special to me. That is all. But i failed to > search a way. As you know, i am not programmer nor elisp expert. > > I searched google, and i looked some .el files in gnus directory. Maybe > message.el seems to have hints. But i don't know what key is. > > Anyway i want a Message-ID as below: (example) > > > > Thanks for Advance!!! You're looking for `message-unique-id', and unfortunately it doesn't seem like you have any access to the string it produces. Sorry! You'd probably have to override that function to get what you want.