From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87286 Path: news.gmane.org!.POSTED!not-for-mail From: Mike Kupfer Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] nnmh support for saving messages as seen Date: Sun, 02 Oct 2016 16:01:24 -0700 Message-ID: <21652.1475449284@allegro.localdomain> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: blaine.gmane.org 1475449371 15158 195.159.176.226 (2 Oct 2016 23:02:51 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 2 Oct 2016 23:02:51 +0000 (UTC) Cc: ding@gnus.org To: Katsumi Yamaoka Original-X-From: ding-owner+M35506@lists.math.uh.edu Mon Oct 03 01:02:47 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 1bqpm7-0001Ez-R1 for ding-account@gmane.org; Mon, 03 Oct 2016 01:02:27 +0200 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 1bqplL-0004F0-IV; Sun, 02 Oct 2016 18:01:39 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1bqplI-0004EN-UX for ding@lists.math.uh.edu; Sun, 02 Oct 2016 18:01:36 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.87) (envelope-from ) id 1bqplH-000878-Os for ding@lists.math.uh.edu; Sun, 02 Oct 2016 18:01:36 -0500 Original-Received: from shell1.rawbw.com ([198.144.192.42] ident=root) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1bqplE-0006O7-PM for ding@gnus.org; Mon, 03 Oct 2016 01:01:33 +0200 Original-Received: from allegro.localdomain (m208-249.dsl.rawbw.com [198.144.208.249]) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTP id u92N1QG1078137; Sun, 2 Oct 2016 16:01:26 -0700 (PDT) (envelope-from m.kupfer@acm.org) X-Authentication-Warning: shell1.rawbw.com: Host m208-249.dsl.rawbw.com [198.144.208.249] claimed to be allegro.localdomain In-Reply-To: Your message of "Mon, 26 Sep 2016 07:54:45 +0900." X-Mailer: MH-E 8.6; nmh 1.6; GNU Emacs 25.1.1 Content-ID: <21651.1475449284.1@allegro.localdomain> List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87286 Archived-At: Katsumi Yamaoka wrote: > On Fri, 23 Sep 2016 20:05:48 -0700, Mike Kupfer wrote: > > I suppose gnus-rcvstore-unseen could be ternary: > > > nil (don't add an option) > > 'seen > > 'unseen > > > How does that sound? > > Otherwise, gnus-rcvstore-options, a list of additional options, > default nil. I don't know if there are the other useful options, > though. :) I like the flexibility of that approach, though. I'll work on a patch for it; hopefully I'll find time in the next couple weeks. I noticed that the nnmh- prefix is used for variables that are specific to nnmh, so I'll call it nnmh-rcvstore-options. Thanks! mike