From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Jonas Bernoulli Newsgroups: gmane.emacs.devel Subject: Re: Submitting patches from magit Date: Thu, 19 Dec 2019 21:06:54 +0100 Message-ID: <87tv5wxeox.fsf@bernoul.li> References: <87immc5c51.fsf@dick> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="157972"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: mu4e 1.1.0; emacs 27.0.50 Cc: emacs-devel To: dick.r.chiang@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 19 21:09:25 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1ii26t-000exi-MP for ged-emacs-devel@m.gmane.org; Thu, 19 Dec 2019 21:09:23 +0100 Original-Received: from localhost ([::1]:47378 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ii26r-0005kw-V1 for ged-emacs-devel@m.gmane.org; Thu, 19 Dec 2019 15:09:22 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33502) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ii24Z-0003SJ-TW for emacs-devel@gnu.org; Thu, 19 Dec 2019 15:07:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ii24Y-0004qS-Pl for emacs-devel@gnu.org; Thu, 19 Dec 2019 15:06:59 -0500 Original-Received: from mail.hostpark.net ([212.243.197.30]:60944) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ii24Y-0004ZE-H6 for emacs-devel@gnu.org; Thu, 19 Dec 2019 15:06:58 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id 1550416618; Thu, 19 Dec 2019 21:06:55 +0100 (CET) X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Original-Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail1.hostpark.net [127.0.0.1]) (amavisd-new, port 10124) with ESMTP id 1iwy0S3T-Zbd; Thu, 19 Dec 2019 21:06:54 +0100 (CET) Original-Received: from customer (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.hostpark.net (Postfix) with ESMTPSA id 9FBD016460; Thu, 19 Dec 2019 21:06:54 +0100 (CET) In-reply-to: <87immc5c51.fsf@dick> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.243.197.30 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:243490 Archived-At: Well that was confusing. I am *right now* sorting my email and setting up new rules. So when "Submitting patches from magit" just appeared in "emacs-devel", that very much looked like I just messed up. On closer inspection... > For the new-schoolers who use magit, I submit for consideration the > "magit-patch-changelog" package at https://github.com/dickmao/magit-patch-changelog. I'm afaid I haven't looked at it yet--still fighting imapfiler. But it sounds useful at least. Hm. I might as well ask here: 1. Why does that not work? netzone_move_list = function(mailbox, list) netzone.INBOX:move_messages( netzone[mailbox], netzone.INBOX:match_field('List', list) ) end netzone_move_list('emacs-orgmode', 'emacs-orgmode.gnu.org') netzone_move_list('git', 'git.vger.kernel.org') 2. Can someone recomment a less painful alternative to imapfiler? Cheers, Jonas