Gnus development mailing list
 help / color / mirror / Atom feed
From: robert@steffi.accessone.com (Robert Nicholson)
Cc: ding@ifi.uio.no
Subject: Re: Default save-name for saving news articles
Date: 11 Nov 1995 17:58:03 -0800	[thread overview]
Message-ID: <e91lmegr8.fsf@steffi.accessone.com> (raw)
In-Reply-To: steve@miranova.com's message of 11 Nov 1995 14:38:26 -0800

On a somewhat related note I'm currently using.

(defun gnus-plain-save-name-type
    (newsgroup headers &optional last-file)
    (gnus-plain-save-name
     (if (string-match "^nnfolder:" newsgroup)
     (concat "~/Mail/archive/" (substring newsgroup 9 nil))
       (concat "~/News/archive/" newsgroup)) headers last-file))

as my article saver.

Simply because I want to archive mail and news in different locations
and GNUS doesn't appear to have any easy way to do that.

-- 
             "Mary ate a little lamb and punk rock isn't dead"
            (PGP key: send email with Subject: request pgp key)



  reply	other threads:[~1995-11-12  1:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-11-11 22:38 Steven L. Baur
1995-11-12  1:58 ` Robert Nicholson [this message]
1995-11-13 22:48   ` Lars Magne Ingebrigtsen
1995-11-13 14:24 ` Per Abrahamsen
1995-11-13 18:03 Steven L. Baur

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e91lmegr8.fsf@steffi.accessone.com \
    --to=robert@steffi.accessone.com \
    --cc=ding@ifi.uio.no \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).