From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84175 Path: news.gmane.org!not-for-mail From: david.goldberg6@verizon.net (Dave Goldberg) Newsgroups: gmane.emacs.gnus.general Subject: Re: Ways of selectively accessing only certain mail accounts? (Profiles?) Date: Mon, 03 Feb 2014 21:57:16 -0500 Message-ID: <844n4fvb3n.fsf@davestoy.home> References: <87vbwv3li9.fsf@building.gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1391482664 22980 80.91.229.3 (4 Feb 2014 02:57:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Feb 2014 02:57:44 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32427@lists.math.uh.edu Tue Feb 04 03:57:51 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WAWCs-0000hP-3d for ding-account@gmane.org; Tue, 04 Feb 2014 03:57:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1WAWBs-0005Ry-UD; Mon, 03 Feb 2014 20:56:48 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1WAWBr-0005Ro-Dm for ding@lists.math.uh.edu; Mon, 03 Feb 2014 20:56:47 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1WAWBn-0004Qo-1E for ding@lists.math.uh.edu; Mon, 03 Feb 2014 20:56:47 -0600 Original-Received: from vms173025pub.verizon.net ([206.46.173.25]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1WAWBl-0007Pg-EL for ding@gnus.org; Tue, 04 Feb 2014 03:56:41 +0100 Original-Received: from davestoy.home.verizon.net ([unknown] [173.48.216.250]) by vms173025.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0N0G00LRCATUPB10@vms173025.mailsrvcs.net> for ding@gnus.org; Mon, 03 Feb 2014 20:56:18 -0600 (CST) X-Face: W!bie|rYVd43O:2CkHTb*~s5}Yzx30X<@6Tq_bnP56Hp!xX4sVl4tgYRirjRcke\wfY!JJ9 i?]VIUJicJzq2\!3%7$5R%wi!R[.]Va97q In-reply-to: (Mark Simpson's message of "Mon, 03 Feb 2014 17:57:46 -0500") User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3 (gnu/linux) X-Spam-Score: -2.4 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84175 Archived-At: >>>>> On Mon, 03 Feb 2014 13:59:58 -0800, Lars Ingebrigtsen > said: Lars> michael.zombok@googlemail.com writes: >>> One thing I was not able to manage with Gnus so far is to >>> selectively access only certain mail accounts. The background is >>> that I would like to split my private and work related mails, >>> hence having something like two seperate Gnus 'profiles' each >>> with its own accounts, mails, settings, etc. Back when I could use my work computer for both work and personal email I used to use something like this: (cond ((string= (getenv "WHEREAMI") "work") (; set up select methods, outgoing mail server etc for work email)) (t (; set up select methods, outgoing mail server etc for personal email))) -- Dave Goldberg david.goldberg6@verizon.net