ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Alexander Bokovoy <ab@avilink.net>
To: mandrake-russian@altlinux.ru
Subject: Re: [mdk-re] Mutt & IMAP
Date: Mon Jul 16 00:16:01 2001
Message-ID: <20010715233029.B9747@boids.avilink.net> (raw)
In-Reply-To: <20010716001014.A22556@vezyolka.dgap.mipt.ru>; from yznews@hotbox.ru on Mon, Jul 16, 2001 at 12:10:14AM +0400

On Mon, Jul 16, 2001 at 12:10:14AM +0400, Yura Zotov wrote:
> Поделитесь, пожалуйста, опытом использования Mutt с ящиками IMAP.
> Особенно интересует совмещение локальных и удаленных ящиков.
> fetchmail'ом скачивать не охота, так как трафик резко и сильно
> подорожал. Приветствуется любой, даже минимальный опыт. Может
> кто-то другой почтовый клиент применяет?
Mutt притормаживает в такой связке. Но в целом работает. Единственная
проблема -- собрать в него автоматически список каталогов на IMAP-сервере.
Я раньше имел скрит, который это делал, но после перешел на fetchmail.

Для локальных каталогов это можно это делать так (поиграйтесь со скриптом,
может он Вам поможет сделать версию для IMAP):

(~/.mutt/generate-mailboxes-list)
#!/bin/sh

# Base mailbox directory
BASEDIR=$HOME/Mail
# Mail dir relative to $BASEDIR
MAILDIR=mymail

    echo "# Mail boxes for $USER" >$HOME/.mutt/folder
    echo "mailboxes !" >$HOME/.mutt/folder
    
    for i in `find $BASEDIR/$MAILDIR -type f -print | sort -u|sed -e "s@$BASEDIR/@=$MAILDIR/@"` ; do
		echo "mailboxes $i" >>$HOME/.mutt/folder
    done
    echo "$HOME/.mutt/folder"

Скрипт вызывается в ~/.mutt/muttrc через

source `~/.mutt/generate-mailboxes-list`

вместо source ~/.mutt/folder

Чтобы завести это дело на IMAP, нужно приблизительно вот что:
1. Получить от IMAP-сервера файл ~/.mailboxlist (допустим, это будет файл
   с локальным именем ~/.mailboxlist-remote)
2. Сменить find ... в цикле на cat ~/.mailboxlist-remote
3. Сменить echo "mailboxes $i" на echo "mailboxes $IMAPSERVER$i", где
   IMAPSERVER="{myimap.server.net}/"

Что-то вроде этого, оригинальный файл у меня не сохранился в связи с целым
рядом переездов.

-- 
Sincerely yours, Alexander Bokovoy 
  The Midgard Project    | ALT  Linux  Team | Minsk Linux Users Group
 www.midgard-project.org | www.altlinux.ru  |    www.minsk-lug.net 
-- You won't skid if you stay in a rut.
		-- Frank Hubbard



  reply	other threads:[~2001-07-16  0:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-15 23:56 Yura Zotov
2001-07-16  0:16 ` Alexander Bokovoy [this message]
2001-07-16  3:43   ` Yura Zotov

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=20010715233029.B9747@boids.avilink.net \
    --to=ab@avilink.net \
    --cc=mandrake-russian@altlinux.ru \
    /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

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git