all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Gnus: IMAP-related questions
@ 2012-10-28 16:59 thorsopia
  0 siblings, 0 replies; only message in thread
From: thorsopia @ 2012-10-28 16:59 UTC (permalink / raw)
  To: help-gnu-emacs

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?





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-28 16:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-28 16:59 Gnus: IMAP-related questions thorsopia

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.