From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: thorsopia@lavabit.com Newsgroups: gmane.emacs.help Subject: Gnus: IMAP-related questions Date: Sun, 28 Oct 2012 12:59:33 -0400 (EDT) Message-ID: <42403.173.254.216.69.1351443573.squirrel@lavabit.com> 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 1351443581 22534 80.91.229.3 (28 Oct 2012 16:59:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Oct 2012 16:59:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 28 17:59:50 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TSWDE-0006Qf-FD for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Oct 2012 17:59:48 +0100 Original-Received: from localhost ([::1]:56188 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSWD6-0001ys-Hm for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Oct 2012 12:59:40 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:58689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSWD2-0001ym-0F for help-gnu-emacs@gnu.org; Sun, 28 Oct 2012 12:59:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TSWD0-000734-Sz for help-gnu-emacs@gnu.org; Sun, 28 Oct 2012 12:59:35 -0400 Original-Received: from karen.lavabit.com ([72.249.41.33]:60726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSWD0-00072l-NN for help-gnu-emacs@gnu.org; Sun, 28 Oct 2012 12:59:34 -0400 Original-Received: from a.earth.lavabit.com (a.earth.lavabit.com [192.168.111.10]) by karen.lavabit.com (Postfix) with ESMTP id 2ED6C11BB43 for ; Sun, 28 Oct 2012 11:59:33 -0500 (CDT) Original-Received: from lavabit.com (exit-01d.noisetor.net [173.254.216.69]) by lavabit.com with ESMTP id 3JFQVB2ZD6HB for ; Sun, 28 Oct 2012 11:59:33 -0500 Original-Received: from 173.254.216.69 (SquirrelMail authenticated user thorsopia) by lavabit.com with HTTP; Sun, 28 Oct 2012 12:59:33 -0400 (EDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=BOk4+FGvDSSz70GgoqWFk1HQMCfSIUfqbHUxuE/U3CHj4etMHLVoThw1a+f0sFCgNJikNcNV1WczmR2ya5ay9pDBtanPCC7YU4jXHzVq7WHPkNJ/NEpxvM1vihrp5tfEiw7CzlraIAMYIHNepZalCeVXnsQJTqZrwijR0ylHap0=; h=Message-ID:Date:Subject:From:To:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding; User-Agent: SquirrelMail/1.4.13 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 72.249.41.33 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87465 Archived-At: Hi, I have several questions connected with IMAP. I decided to post them in a single thread because I don't want to overwhelm the list. Server's "~/.gnus.el": (add-to-list 'gnus-secondary-select-methods '(nnml "")) (eval-after-load "mail-source" '(add-to-list 'mail-sources '(maildir :path "~/Maildir/" :subdirs ("cur" "new")))) Client's "~/.gnus.el": (setq mail-sources '((imap :server "mail.example.com" :port 993 :stream ssl :dontexpunge nil))) 1. How to verify server's certificate? (Will the same work for SMTP?) 2. ":dontexpunge nil" doesn't delete messages from the server. Why? (I checked via server's Gnus.) 3. "Group" buffer always says "No more unread newsgroups". But I'll see new emails if I hit "A A" in the "Group" buffer. Should I fix this? (How?) 4. I marked some messages with "E", quit the "Group" buffer with "q", quit Gnus with "q". Then I reopened Gnus and "E" marks disappeared. The same applies to "R". (I haven't tried other marks yet.) Why?