<<< Date Index >>>     <<< Thread Index >>>

NNTP & IMAP



Hello!

I want use mutt as nntp- and imap-client.
And I have two problems:
1. I can read only new messages in my imap mailbox, but can't seen 1200
archives messages. Archive messages can be read via other IMAP-clients.
2. I connect to the nntp-server, select subscribed newsgroup. NOT view
messages in newsgroup. But view message: "Mutt: (no mailbox)" and
"LISTGROUP command failed: LISTGROUP fido7.ru.unix.solaris??"

Help me, plz.

$ uname -rs
FreeBSD 4.8-RELEASE-p13

$ mutt -v
Mutt 1.5.6i (2004-02-01)

$ grep NNTP /etc/make.conf
WITH_MUTT_NNTP=yes

mutt was installed from todays port /usr/ports/mail/mutt-devel.

-----------------------------

my muttrc:
set alias_file="~/.mutt/aliases"
set beep=no
set imap_authenticators="cram-md5:digest-md5:login"
set imap_home_namespace="imap://mail.server"
set imap_list_subscribed=yes
set imap_pass="pass"
set imap_user="user"
set mbox=""
set certificate_file="~/.mutt/certificates"
set record="imap://mail.server/Sent Items"
set send_charset="koi8-r:utf-8"
set spoolfile="imap://mail.server/INBOX"
set followup_to_poster=ask-yes
set group_index_format="%4C %M%N %5s  %-45.45f %d"
set news_cache_dir="~/.mutt/news/"
set news_server="nntp://news.fido7.ru";
set nntp_context=1000
set nntp_load_description=yes
set nntp_poll=60
set nntp_reconnect=ask-yes
set post_moderated=ask-yes
set save_unsubscribed
set show_new_news

WBR.