From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61642 Path: news.gmane.org!not-for-mail From: reader@newsguy.com Newsgroups: gmane.emacs.gnus.general Subject: Re: [basic] How to run as more than one user conveintly Date: Fri, 06 Jan 2006 22:35:25 -0600 Organization: Still searching... Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1136608693 27421 80.91.229.2 (7 Jan 2006 04:38:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 7 Jan 2006 04:38:13 +0000 (UTC) Original-X-From: ding-owner+m10174@lists.math.uh.edu Sat Jan 07 05:38:10 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ev5qC-00006H-32 for ding-account@gmane.org; Sat, 07 Jan 2006 05:38:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Ev5q8-0005ex-00; Fri, 06 Jan 2006 22:38:04 -0600 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Ev5ng-0005ei-00 for ding@lists.math.uh.edu; Fri, 06 Jan 2006 22:35:32 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1Ev5nf-0001K0-H8 for ding@lists.math.uh.edu; Fri, 06 Jan 2006 22:35:32 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ev5nd-0005F5-00 for ; Sat, 07 Jan 2006 05:35:29 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ev5nd-0008Gm-Sx for ding@gnus.org; Sat, 07 Jan 2006 05:35:29 +0100 Original-Received: from adsl-068-222-194-006.sip.sav.bellsouth.net ([68.222.194.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Jan 2006 05:35:29 +0100 Original-Received: from reader by adsl-068-222-194-006.sip.sav.bellsouth.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Jan 2006 05:35:29 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 24 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-068-222-194-006.sip.sav.bellsouth.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:sKTEeL0VOxRtCrrd3fahytOi6zA= X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61642 Archived-At: Dave Goldberg 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.