Re: Hide [bracketed topic indicators] such as prepended by mailing lists
Tom Furie schrieb am 11.04.2012 um 14:47 (+0100): > On Wed, Apr 11, 2012 at 01:01:00PM +, Grant Edwards wrote: > > > But, IMO, gmane+slrn is far superior (if gmane carries the list in > > question). > > That's because newsgroups are a much better way of handling the type > of discussion groups that mailing lists are commonly used for, and > indeed is what newsgroups were developed for. Unfortunately they never > really caught on in this way. > > If gmane doesn't carry the list you're interested in you could always > set up your own mail<->news gateway and keep your slrn interface to > the rogue group. > > But, this is all way off topic for the list, so I'll shut up now. :) While GMANE is somewhat off-topic, it is a very interesting alternative. I tried slrn but found it too emacsy. Tin feels more like vim and mutt so suits me better; there was just one nasty configuration issue, fortunately solved now: "Posting not allowed" / "Posten nicht erlaubt" http://comments.gmane.org/gmane.network.tin.user/437 Thanks for pointing to GMANE and the NNTP alternative! Michael
Re: Seeding and updating mutt's header and body caches
On 13Apr2012 22:18, seanh wrote: | I wonder if it's possible to write a script that would get mutt to open | every folder in an imap account and download all of the message bodies | and headers into its cache? You could run it from cron to keep your mutt | working reasonably fast. Does a first cut of (untested): for f in INBOX this that theother do mutt -e 'push ' -f "imaps://my-imap-server/$f" done get you off the ground? -- Cameron Simpson DoD#743 http://www.cskk.ezoshosting.com/cs/ What's fair got to do with it? It's going to happen.- Lawrence of Arabia
need an ideal setup for imap with for downloading mails from gmail
Hello all, I am new to mutt and really enjoying using it. However I have a different requirement and need some help. I need a solution where mutt just downloades all headers locally and downloads only those emails off line which I wish. I checked offline imap and face 2 problems. After configuring offline imap and mutt together, I find that offline imap downloads inbox till some time and then does not go ahead after that. It basically chokes after downloading some emails and can't go ahead. Secondly, I don't want all my emails to be downloaded when I use imap (I would have used pop instead ). What I need is that mutt just caches the email headers for quick search off line and only downloades emails if and when I command it to do so to my local folder. So is there any other solution apart from offline imap that will serve my purpose? if yes what is the way to configure it? can mutt directly download emails in a maildir format and store it locally? Happy hacking. Krishnakant.