Gnus development mailing list
 help / color / mirror / Atom feed
From: reader@newsguy.com
Subject: Re: [basic] How to run as more than one user conveintly
Date: Fri, 06 Jan 2006 22:35:25 -0600	[thread overview]
Message-ID: <uy81sejua.fsf@newsguy.com> (raw)
In-Reply-To: <x73bk066qj.fsf@davestoy.homelinux.org>

Dave Goldberg <david.goldberg6@verizon.net> writes:

> Is the problem with reading the two different mail accounts, or being
> able to send under a particular one depending on what you're reading?
> If the latter, posting-styles is your friend.

The latter, and your example looks like just the ticket.  

I could use some designator for a whole string of groups for each
account then when answering from designated groups my address would be
set accordingly... nice.

Another facet though is the keeping of sent mail.  Up to now I've just
used:

(setq gnus-message-archive-group
    '((let ((current-archive-date-string
      (format-time-string "%m%y" (current-time))))
      (concat (if (message-news-p)
         "nnml:news-"
         "nnml:mail-")
         current-archive-date-string))))             

I'd like to now use something similar but for each account.




  reply	other threads:[~2006-01-07  4:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-07  3:18 reader
2006-01-07  3:45 ` Dave Goldberg
2006-01-07  4:35   ` reader [this message]
2006-01-07 16:13     ` Dave Goldberg

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=uy81sejua.fsf@newsguy.com \
    --to=reader@newsguy.com \
    /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).