From mboxrd@z Thu Jan 1 00:00:00 1970 From: Friedrich Delgado Subject: Re: Patchwork: Patch 138 Accepted Date: Fri, 16 Jul 2010 15:44:26 +0200 Message-ID: <20100716134425.GA22484@taupan.ath.cx> References: <20100715182732.2A6451A649DB@carsten-dominiks-macbook-pro.local> <20100715212857.GA3295@taupan.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=55328 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OZlDL-0005Sg-Rm for emacs-orgmode@gnu.org; Fri, 16 Jul 2010 09:44:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OZlDK-0006id-MV for emacs-orgmode@gnu.org; Fri, 16 Jul 2010 09:44:31 -0400 Received: from dudelab.org ([212.12.33.202]:3601 helo=mail.dudelab.org) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OZlDK-0006hn-9x for emacs-orgmode@gnu.org; Fri, 16 Jul 2010 09:44:30 -0400 Received: from abrasax.taupan.ath.cx (p5DE89936.dip.t-dialin.net [93.232.153.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "Friedrich Delgado Friedrichs", Issuer "User CA" (not verified)) by mail.dudelab.org (Postfix) with ESMTP id 1D85A228148 for ; Fri, 16 Jul 2010 15:47:38 +0200 (CEST) Content-Disposition: inline In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Carsten Dominik schrieb: > >I'd appreciate if the subject line and body of those patchwork mails > >could be a little more informative, since I can't really be bothered > >to click on those urls in order to figure out what's going on. > If you are using a threaded email reader, this message will appear > in the correct thread. I (and I guess John who made the patchwork > process send a message and in this way automatically inform the > mailing list about the status of this patch) thought that would be > good enough. Because if the issue is one that interests you, I'd > think you are following the thread? Well, I do read a threaded mailreader, and I noticed that the messages appeared in threads with patches, but frankly I didn't see the connection until I read something about what that "patchwork" thingy actually is, so I didn't see the relevance of those mails at all. This might actually be enough, indeed. > The script sending the message is in the repo: UTILITIES/pw. It > is written in Python, which I don't know how to write. I would > accept a patch which provides a better subject line. ---Zitatende--- Well, a little bit of skimming through the code made me come up with this ,---- diff --git a/UTILITIES/pw b/UTILITIES/pw index 5a2e3dd..54ed477 100755 --- a/UTILITIES/pw +++ b/UTILITIES/pw @@ -320,9 +320,12 @@ def action_update_patch(rpc, patch_id, state = None, commit = None, This relates to the following submission: -http://mid.gmane.org/%s''' % \ - (patch['id'], patch['id'], state, urllib.quote(patch['msgid'])) - shortdesc = 'Patch %s %s' % (patch['id'], state) +http://mid.gmane.org/%s + +(%s) +''' % \ + (patch['id'], patch['id'], state, urllib.quote(patch['msgid']), patch['name']) + shortdesc = 'Patch %s %s (%s)' % (patch['id'], state, patch['name']) msg = MIMEText(longdesc) `---- (Hopefully line breaks won't be garbled...) But frankly I have no way to test this, so somebody else should probably look into this. -- Friedrich Delgado TauPan on Ircnet and Freenode ;)