Gnus development mailing list
 help / color / mirror / Atom feed
From: Dave Goldberg <david.goldberg6@verizon.net>
Cc: ding@gnus.org
Subject: Re: [basic] How to run as more than one user conveintly
Date: Fri, 06 Jan 2006 22:45:40 -0500	[thread overview]
Message-ID: <x73bk066qj.fsf@davestoy.homelinux.org> (raw)
In-Reply-To: <u7j9cg1yh.fsf@newsguy.com> (reader@newsguy.com's message of	"Fri, 06 Jan 2006 21:18:46 -0600")

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.

Here's an example cut out from what I use at work.  Some friends send
email to my work address rather than home as I'd prefer.  I have sieve
recognize that and filter them into one of a couple of groups with
"personal" in the name.  When I'm reading those groups, the below
causes my From to show up as my personal address rather than the work
one (along with a few other changes).

(setq gnus-posting-styles `((".*"
                             (address ,dsg-work-address)
                             (signature-file "~/.signature"))
                            ("^.*:.*personal.*"
                             (address ,dsg-personal-address)
                             (organization "I Yam What I Yam")
                             ("Bcc" ,dsg-personal-address)
                             ("Gcc" nil)
                             (signature-file "~/.signature-personal")))

hth,
-- 
Dave Goldberg
david.goldberg6@verizon.net




  reply	other threads:[~2006-01-07  3:45 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 [this message]
2006-01-07  4:35   ` reader
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=x73bk066qj.fsf@davestoy.homelinux.org \
    --to=david.goldberg6@verizon.net \
    --cc=ding@gnus.org \
    /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).