all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tyler Smith <tyler.smith@eku.edu>
To: help-gnu-emacs@gnu.org
Subject: Re: gnus, thunderbird and imap
Date: Fri, 31 Dec 2010 13:57:52 -0500	[thread overview]
Message-ID: <87fwtdu5vz.fsf@guruji.demimonde> (raw)
In-Reply-To: 87tyhthmuf.fsf@guruji.demimonde

Tyler Smith <tyler.smith@eku.edu> writes:

> Tassilo Horn <tassilo@member.fsf.org> writes:
>>
>> I didn't follow the threads, but maybe you are trying to do too much at
>> once?  Setting up Gnus for a few imap accounts is pretty easy:
>
[...]

>
>> Basically, that's all to get a fully functional Gnus for reading mail.

Latest issue, every time I start up gnus, it forgets the status of every
folder on the imap. Instead of listing the number of unread messages, I
get an *. Maybe that's not a big deal on it's own, but I am unable to
manually move messages to any of these folders. So if I find something
in my INBOX that should be moved to another folder, I have to quit the
INBOX, move to the destination folder, enter that folder, exit out
again, move back to the INBOX, and then move the message manually. I
can't 'catch-up' any of the folders until after I've entered them, and
as I said above, I have to repeat this whole process the next time I
start gnus.

This is beyond ridiculous. I'll try again in another year and
see if I'm smart enough for gnus then.


Here's my complete configuration for gnus, for posterity:

(setq gnus-select-method '(nntp "news.gmane.org"))

(setq gnus-secondary-select-methods '((nnimap "my.server.edu")))

(defun my-gnus-summary-hook ()
  (local-set-key "t" 'gnus-summary-mark-as-processable))

(add-hook 'gnus-summary-mode-hook 'my-gnus-summary-hook)
(add-hook 'gnus-group-mode-hook 'gnus-topic-mode)

(setq gnus-posting-styles
       '(("*"    ; Matches all groups of messages
          (address "my.email.address")
          (name "my name"))))

(setq nnimap-split-inbox "INBOX")
(setq nnimap-split-predicate "UNDELETED")




  reply	other threads:[~2010-12-31 18:57 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.3.1293384693.6185.help-gnu-emacs@gnu.org>
2010-12-26 17:47 ` gnus, thunderbird and imap Rud1ger Sch1erz
2010-12-26 19:43   ` Tyler Smith
2010-12-27  8:12   ` Richard Riley
2010-12-27 13:59     ` ken
2010-12-27 14:17       ` Tyler Smith
     [not found]       ` <mailman.3.1293459497.24495.help-gnu-emacs@gnu.org>
2010-12-27 15:49         ` Richard Riley
2010-12-31 14:44           ` Tyler Smith
2010-12-31 16:45             ` Tassilo Horn
2010-12-31 17:30               ` Tyler Smith
2010-12-31 18:57                 ` Tyler Smith [this message]
2011-01-01 14:11                   ` ken
2011-01-02 17:00                   ` Tassilo Horn
2011-01-02 23:03                     ` Tyler Smith
     [not found]                 ` <mailman.27.1293821903.19057.help-gnu-emacs@gnu.org>
2011-01-02  3:43                   ` Lars Magne Ingebrigtsen
2011-01-02 23:14                     ` Tyler Smith
     [not found]                     ` <mailman.3.1294010123.15403.help-gnu-emacs@gnu.org>
2011-01-03 22:51                       ` Lars Magne Ingebrigtsen
2011-01-06  3:09                         ` Tyler Smith
     [not found]                         ` <mailman.1.1294283433.24722.help-gnu-emacs@gnu.org>
2011-01-11 17:19                           ` Lars Magne Ingebrigtsen
2011-01-02 16:51                 ` Tassilo Horn
     [not found]                 ` <mailman.2.1293987119.14417.help-gnu-emacs@gnu.org>
2011-01-02 17:06                   ` Richard Riley
     [not found]           ` <mailman.7.1293806673.19057.help-gnu-emacs@gnu.org>
2010-12-31 15:27             ` Richard Riley
     [not found]     ` <mailman.1.1293458364.24495.help-gnu-emacs@gnu.org>
2010-12-27 15:44       ` Richard Riley
2010-12-27 23:17         ` ken
     [not found]         ` <mailman.11.1293491844.2341.help-gnu-emacs@gnu.org>
2010-12-28 15:57           ` Richard Riley
2010-12-28 18:36             ` ken
2010-12-29 11:47               ` Steinar Bang
2010-12-26 17:31 Tyler Smith

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fwtdu5vz.fsf@guruji.demimonde \
    --to=tyler.smith@eku.edu \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.