Re: How to handle a lot of emails via IMAP

2010-01-26 Thread Christoph Berg
Re: John Villalovos 2010-01-25 <5e61b72f1001250754p8a79b2y490616a616929...@mail.gmail.com> > I only have about 460,000+ emails ;) and I did turn on header caching. > I never can make it through the entire "Fetching message headers..." > phase before the connection dies. This takes about an hour

Re: empty trash [SEC=UNCLASSIFIED]

2010-01-13 Thread Christoph Berg
Re: Wilkinson, Alex 2010-01-13 <20100113125755.gi74...@stlux503.dsto.defence.gov.au> > Can anyone elaborate on this magic "Trash" patch ? > :( http://patch-tracker.debian.org/patch/series/view/mutt/1.5.20-5/features/trash-folder http://patch-tracker.debian.org/patch/series/view/mutt/1.5.20-5/fe

Re: empty trash

2010-01-13 Thread Christoph Berg
Re: michele 2010-01-13 <20100113090807.gg14...@saudade.balsas.it> > I'm using Mutt 1.5.20 on Ubuntu Server over IMAP. Thanks to the Trash > patch, when i delete a message, the message is moved inside my trash > folder. > How can easily empty the trash now? Delete the mails from the trash. T.;d C

Re: Purge single deleted email

2009-11-17 Thread Christoph Berg
Re: Brendan Cully 2009-11-17 <20091117164638.ga2...@zanzibar.lan> > Or tag all deleted messages, > clear the deleted flag, set some other flag (like 'flagged'), delete > the single message, tag the flagged messages, and set them to deleted > but not flagged. I'd limit to ~D, undelete all other mai

Re: sidebar patch for 1.5.19

2009-02-08 Thread Christoph Berg
Re: Cristóbal Palmer 2009-02-06 <20090206215134.gb23...@garp.metalab.unc.edu> > > Is there a sidebar patch for 1.5.19 version? Where can I get it? > > I vaguely remember the debian package maintainer saying that he was > working on mutt-patched to get it working for .19, but that there was > a lot

Re: indicator bar width

2007-11-02 Thread Christoph Berg
Re: Ken Weingold 2007-10-31 <[EMAIL PROTECTED]> > What could make the indicator bar stop at the last character on the > line as opposed to going to the end? I always had it taking up the > entire line, which I like, but after updating Mac OS X to 10.5, in the > Terminal, the indicator stops at the

"quitting" limits

2007-10-05 Thread Christoph Berg
Hi, here's an interesting hack I'd like to share (thanks to Rado for the initial prototype): When I'm using a in the index, I always try to hit 'q' to get back to the index view, but of course there's nothing to quit. The macro below changes l such that 'q' will unlimit, and a subsequent 'q' wil

Re: X-Face viewing and creation

2007-09-07 Thread Christoph Berg
Re: Trey Sizemore 2007-09-07 <[EMAIL PROTECTED]> > Can someone point me to a good reference on being able to view X-Face > headers in mutt as well as adding them to outgoing mails (preferably > color)? http://www.df7cb.de/projects/mutt/x-face/ No idea about color, I think that's some other header

Re: Reading replies

2007-08-20 Thread Christoph Berg
Re: Salve HÃ¥kedal 2007-08-20 <[EMAIL PROTECTED]> > While in inbox index or pager, is there a way to read my reply, except > change to the sent-mail folder to look it up there? folder-hook . 'set record="^"' Christoph -- [EMAIL PROTECTED] | http://www.df7cb.de/ signature.asc Description: Digita

Re: Difference between 'push' and 'exec', is there any?

2007-08-09 Thread Christoph Berg
Re: Chris G 2007-08-08 <[EMAIL PROTECTED]> > Is there any actual difference between the 'push' and 'exec' commands? push takes a key sequence, exec a single function. That is, the following are the same: exec foo push Christoph -- [EMAIL PROTECTED] | http://www.df7cb.de/ signature.asc Descri

Re: Toggle between wrapping and chopping in viewer

2007-04-03 Thread Christoph Berg
Re: Rado S 2007-04-03 <[EMAIL PROTECTED]> > > In the viewer, is there a way to toggle between wrapping long > > lines and truncating them to the width of the terminal, like -S > > with less or :set wrap/:set nowrap in Vim ? > > Not yet. IIRC there was some thread on mutt-dev in the past 2 > months

Re: mutt take text/html attachment as text/plain

2007-03-26 Thread Christoph Berg
Re: Frantisek Hanzlik 2007-03-26 <[EMAIL PROTECTED]> > then body appears in mail as attachment "Content-Type: text/plain:", > not as I need "text/html". Are there any ways to correct this? > (without copying file to file with ".html" suffix - then it work OK) > Command "file txt" determine properly

Re: attach multiple files from command line

2007-03-20 Thread Christoph Berg
Re: Charles Cazabon 2007-03-20 <[EMAIL PROTECTED]> > Mutt automatically attaches any file in the CWD that matches the glob, i.e. > > mutt -j '*.png' ... Or make that -a, stat() the file first, and if not there, try to expand the pattern. Christoph -- [EMAIL PROTECTED] | http://www.df7cb.de/

Re: attach multiple files from command line

2007-03-20 Thread Christoph Berg
Re: Hein Zelle 2007-03-20 <[EMAIL PROTECTED]> > which gets cumbersome with 20+ files. There's a good alternative > (attaching files from within mutt), but I was wondering if anyone has > solved this before. Any clever shell scripts to add the -a option for > each of the filenames? for f in *.png

Re: "set sendmail", does it need the full path?

2007-03-19 Thread Christoph Berg
Re: Eur Ing Chris Green 2007-03-19 <[EMAIL PROTECTED]> > Does mutt really demaind the full path to its 'sendmail' or is > something else getting in my way? http://lists.df7cb.de/mutt/message/20070316.144040.80a000e8.en.html Christoph -- [EMAIL PROTECTED] | http://www.df7cb.de/ signature.asc De

Re: Another pain of maildir

2007-03-15 Thread Christoph Berg
Re: Eur Ing Chris Green 2007-03-15 <[EMAIL PROTECTED]> > How can you save a message in a findable and readable format if you're > using maildir? Half an hour ago on #mutt: 12:54 how can i store an email as a textfile? 12:55 explicitly 12:57 s~/file.txt 12:57 or C~/file.txt 12:58 's' would ma

Re: jump to a message given by filename

2007-02-27 Thread Christoph Berg
Re: Kyle Wheeler 2007-02-27 <[EMAIL PROTECTED]> > A simpler, but slightly less generic one would be: > > awk '/^[Mm]essage-[Ii][Dd]: /{print $2; exit}' formail -xMessage-Id Christoph -- [EMAIL PROTECTED] | http://www.df7cb.de/ signature.asc Description: Digital signature

Re: Access to "where I am" in mail hierarchy when using mutt -

2007-02-16 Thread Christoph Berg
Re: Eur Ing Chris Green 2007-02-16 <[EMAIL PROTECTED]> > Is there any variable or anything that can be used in mutt macros to > say where one is in the mail hierarchy? ^ expands to the current folder name. > I want to be able to write mutt macros which can do things like create > or delete direct

Re: jump to last read

2007-02-12 Thread Christoph Berg
Re: David Champion 2007-02-05 <[EMAIL PROTECTED]> > http://home.uchicago.edu/~dgc/sw/mutt/patch-1.5.11.dgc.markmsg.2 > provides an operation which constructs a macro to > by Message-ID, using the current message's Message-ID. It's modelled > on vi's feature to mark lines with "m" and return to t