From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75969 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-agent-prompt-send-queue Date: Tue, 25 Jan 2011 22:51:30 +0100 Organization: aich tea tea pea dicky riley dot net Message-ID: References: <8abp365s2e.fsf@news.eternal-september.org> <87ipxeotmr.fsf@gnus.org> <87hbcwad7a.fsf@gnus.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1295992545 10589 80.91.229.12 (25 Jan 2011 21:55:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 25 Jan 2011 21:55:45 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M24323@lists.math.uh.edu Tue Jan 25 22:55:41 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Phqr9-000280-PG for ding-account@gmane.org; Tue, 25 Jan 2011 22:55:20 +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 1Phqr7-0007O0-Bs; Tue, 25 Jan 2011 15:55:17 -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 1Phqr5-0007NG-3v for ding@lists.math.uh.edu; Tue, 25 Jan 2011 15:55:15 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Phqr0-0006nc-RT for ding@lists.math.uh.edu; Tue, 25 Jan 2011 15:55:15 -0600 Original-Received: from mail-bw0-f44.google.com ([209.85.214.44]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Phqr0-0002uF-3E for ding@gnus.org; Tue, 25 Jan 2011 22:55:10 +0100 Original-Received: by mail-bw0-f44.google.com with SMTP id 12so806019bwz.17 for ; Tue, 25 Jan 2011 13:55:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:from:to:subject:in-reply-to:date:organization :message-id:references:user-agent:mime-version:content-type; bh=JVS3SPgrpFnXL1JVXlHBNBbcvd7gRVwVMk1Tv79Dwc4=; b=LCHA3IW+C11SrOXC5f9G1qYnkEd7eFlrFfhMyhbkNjT6PLOat6LJkShgYlLh8HXOKn sc+5JsIjzWGD0v6+GEEcim8vulcyHlcnoAteEmTA691dqOiQ9ycNUHNX2qKMDDDQFWhp iEtQrqMtVd+/qBrFZ+1hI8kBOiB1DlProRHZ4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:in-reply-to:date:organization:message-id:references :user-agent:mime-version:content-type; b=EHhwAvAs9Rc8jIIepwXIzxz2uINSFcux/GkLIvDkfQSE9Mukot7UgJa81V6uQKfjxY /aKvqxeFsY4r9nDg9aZs+CwlIO8ODFK1/HBG3bhiob6jztUu24FFakhCtGQAr6H1fZiA 5ijmTtO98r1TAdCwe3/LnjynfkY7zEavSySTM= Original-Received: by 10.204.122.65 with SMTP id k1mr5585590bkr.80.1295992509823; Tue, 25 Jan 2011 13:55:09 -0800 (PST) Original-Received: from localhost ([85.183.18.158]) by mx.google.com with ESMTPS id x38sm7127196bkj.1.2011.01.25.13.55.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 25 Jan 2011 13:55:09 -0800 (PST) In-Reply-To: <87hbcwad7a.fsf@gnus.org> (Lars Ingebrigtsen's message of "Tue, 25 Jan 2011 13:24:57 -0800") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75969 Archived-At: Lars Ingebrigtsen writes: > Richard Riley writes: > >> Fair enough, and easily done, but Whats the use case for the existing >> variable? > > Some people use the Agent offline thing as a real "offline" thing. That > is, when they don't have a connection. However, most people use the > Agent just as a dynamic cache, and the sending queue as a "eek, I didn't > mean to send that email, let me delete it" thing. In the latter case Which is how I use it. > being "strict" about the unpluggedness when sending was just too annoying. Fair enough ;)