From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82615 Path: news.gmane.org!not-for-mail From: bromley@lavabit.com Newsgroups: gmane.emacs.gnus.general Subject: Re: Getting started: splitting mail, SMIME, local copies Date: Sun, 16 Dec 2012 12:10:35 -0500 (EST) Message-ID: <38584.178.18.17.204.1355677835.squirrel@lavabit.com> References: <50187.178.18.17.204.1355256213.squirrel@lavabit.com> <1615.77.109.139.26.1355662809.squirrel@lavabit.com> <87wqwiuoes.fsf@topper.koldfront.dk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1355677957 21373 80.91.229.3 (16 Dec 2012 17:12:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Dec 2012 17:12:37 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30881@lists.math.uh.edu Sun Dec 16 18:12:52 2012 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 1TkHlj-000253-OL for ding-account@gmane.org; Sun, 16 Dec 2012 18:12:52 +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 1TkHjm-00035d-Ow; Sun, 16 Dec 2012 11:10:50 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1TkHjl-00035M-2a for ding@lists.math.uh.edu; Sun, 16 Dec 2012 11:10:49 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1TkHja-0000HM-FM for ding@lists.math.uh.edu; Sun, 16 Dec 2012 11:10:48 -0600 Original-Received: from karen.lavabit.com ([72.249.41.33]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1TkHjY-0005ve-Nf for ding@gnus.org; Sun, 16 Dec 2012 18:10:37 +0100 Original-Received: from a.earth.lavabit.com (a.earth.lavabit.com [192.168.111.10]) by karen.lavabit.com (Postfix) with ESMTP id 326D111BB0E for ; Sun, 16 Dec 2012 11:10:35 -0600 (CST) Original-Received: from lavabit.com (178.18.17.204) by lavabit.com with ESMTP id 2JU13BX5POEM for ; Sun, 16 Dec 2012 11:10:35 -0600 Original-Received: from 178.18.17.204 (SquirrelMail authenticated user bromley) by lavabit.com with HTTP; Sun, 16 Dec 2012 12:10:35 -0500 (EST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=XRYsntH/hlknwTQ2T9OhS2v07frjXxJmPJWRJ4I7lfpjU+BvKWfgD9cUOieczSAx4ChVWx/hPvvSBffY7rapLz+DtAy2hZUwOO5+MFE159WpSPT432QfEjlJl/VrUW8O5H501XV0iT7zDTlPtC/VmSWt2zqUtELQKRqmmA5sFVg=; h=Message-ID:In-Reply-To:References:Date:Subject:From:To:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding; In-Reply-To: <87wqwiuoes.fsf@topper.koldfront.dk> User-Agent: SquirrelMail/1.4.13 X-Spam-Score: -1.8 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82615 Archived-At: > It sounds like you want to use IMAP as if it were POP; You're right. Actually, I was using it before `nnimap'. Here is what I have in `.gnus.el': (setq mail-sources '((imap :server "mail.example.com" :port 993 :stream ssl :dontexpunge nil))) I'm getting `Unable to open server nntp+news, go offline?' when I run `M-x gnus'. Have I forgotten to enable something? When I enable the following, Gnus will raise the above error. Then it will try fetch new messages and copy them to `nnml:mail.misc'. (add-to-list 'gnus-secondary-select-methods '(nnml "")) I have two questions: 1. How to fix the `Unable to open server nntp+news, go offline?' error? 2. How to split incoming mails? Buffers: *Server*: {nnfolder:archive} (opened) {nnml:} (opened) {nntp:news} (denied) (agent) *Group*: *: nndraft:drafts *: nndraft:queue *: nnfolder+archive:Sent *: nnml+-ephemeral:mail.misc *: nnml:mail.misc *Messages*: nntp (news) open error: ''. Continue? (y or n) Reading /home/user/.newsrc.eld... Opening nntp server on news... Denied server nntp+news Opening nntp server on news...failed Reading active file via nnml... Opening nnml server...done nnml: Reading incoming mail from imap... imap: Connecting to mail.example.com... imap: Opening SSL connection with `openssl s_client -quiet -ssl3 -connect %s:%p'...done Waiting for response from mail.example.com...done imap: Authenticating to `mail.example.com' using `login'... imap: Plaintext authentication... imap: Login successful... imap: Store password for this IMAP session? (y or n) imap: Authenticating to `mail.example.com' using `login'...done Creating mail directory /home/user/Mail/mail/misc/ Wrote /home/user/Mail/mail/misc/1 nnml: Reading incoming mail (1 new)...done Reading active file via nnml...done