bryan | 1 Nov 2006 01:45
Picon

Re: Mutt on Mac: display problems

On Tue, Oct 31 2006 davidoff <at> haas.berkeley.edu wrote:

> I overcame a freeze problem by reinstalling from darwinports rather than
> fink (not sure what changed in the configuration).
> 
> But there remains a problem with display.  Wrapping is all wrong and the
> display leaves residuals from past screens on the current screen.
> My enviornment related to terminal on the shell is
> TERM_PROGRAM=Apple_Terminal
> TERM=ansi
> SHELL=/bin/bash
> TERM_PROGRAM_VERSION=133
> 
> I haven't done much with my .muttrc other than imap settings.
> 

We use rxvt here with no display problems.

TERM=rxvt

Before that I was using dtterm, but was seeing the redraw problems you mention.

Give that a shot. 

--

-- 
bryan

---------------------------------------------------------------------
Bryan Muir                                 bryan <at> magnummac.co.nz
Systems Engineer.                          AIM/iChat/Skype: bryanmmch
(Continue reading)

Holger Lillqvist | 1 Nov 2006 08:50
Picon
Picon

Re: Mutt on Mac: display problems

On Oct 31, Thomas Davidoff <davidoff <at> haas.berkeley.edu> wrote:
> I overcame a freeze problem by reinstalling from darwinports rather than
> fink (not sure what changed in the configuration).
> 
> But there remains a problem with display.  Wrapping is all wrong and the
> display leaves residuals from past screens on the current screen.

I had the problem with residuals until the latest fink (CVS/rsync)
update of mutt and ncurses. Using mutt 1.5.13 w/ ncurses 5.4 the
problem is gone. I use Apples terminal, altenartively iTerm. IIRC, it
was the ncurses update that made the problem go away.

My system (output from mutt -v): Darwin 8.8.0 (Power Macintosh) [using
ncurses 5.4] [using libiconv 1.10] [using libidn 0.6.6 (compiled with
0.6.6)]

Eric Smith | 2 Nov 2006 10:30
Favicon

replace spaces with underscores in filename when saving attachments

A common requirement I would have thought.

How would I do this?

Eric Smith

Michael Tatge | 2 Nov 2006 11:50
Picon

Re: replace spaces with underscores in filename when saving attachments

* On Thu, Nov 02, 2006 Eric Smith (es <at> fruitcom.com) muttered:
> A common requirement I would have thought.
> 
> How would I do this?

Manually, there's no mutt way to do it.

Michael
--

-- 
"On the Internet, no one knows you're using Windows NT"
(Submitted by Ramiro Estrugo, restrugo <at> fateware.com)

PGP-Key-ID: 0xDC1A44DD
Jabber:     init[0] <at> amessage.de

cl | 2 Nov 2006 13:19

Re: replace spaces with underscores in filename when saving attachments

On Thu, Nov 02, 2006 at 11:50:27AM +0100, Michael Tatge wrote:
> * On Thu, Nov 02, 2006 Eric Smith (es <at> fruitcom.com) muttered:
> > A common requirement I would have thought.
> > 
> > How would I do this?
> 
> Manually, there's no mutt way to do it.
> 
It could probably be done by using the | command in mutt to feed the
attachment into a shell script.

--

-- 
Chris Green (chris <at> halon.org.uk)

Ales Zemene | 2 Nov 2006 13:51
Picon

fetching message headers ...

hello, 

when i change to another folder and inside is a lot of postings, i have
to wait a long time - fetching message headers ...
quiestion is, if it is possible to decide not to fect all of the
headers,
but sort them by date before fetching and display let's say just last
week messages.
any idea how to do it ?

Ales Zemene 
--  
    ** GPG : public key at http://keyserver.net ID 0x01FD52C3

Kyle Wheeler | 2 Nov 2006 15:03

Re: fetching message headers ...


On Thursday, November  2 at 01:51 PM, quoth Ales Zemene:
>when i change to another folder and inside is a lot of postings, i 
>have
>to wait a long time - fetching message headers ...
>quiestion is, if it is possible to decide not to fect all of the
>headers,
>but sort them by date before fetching and display let's say just last
>week messages.
>any idea how to do it ?

Strictly speaking? No. The way I do it is to turn on mutt's imap 
header caching (it's gotta be compiled with it enabled); thus, I only 
fetch the headers from new messages since the last time I opened the 
folder.

~Kyle
--

-- 
It is a tragic mix-up when the United States spends $500,000 for every 
enemy soldier killed, and only $53 annually on the victims of poverty.
                                   -- Reverend Martin Luther King, Jr.
Ales Zemene | 2 Nov 2006 15:17
Picon

Re: fetching message headers ...

thanks, i found how to turn on imap header caching for mutt,
http://wwwcip.informatik.uni-erlangen.de/~sithglan/mutt/
i would like to compile it myself, problem is that i use Mutt 1.5.9i (2005-03-13),
for trivial reason - newer version makes problem with 
set imap_force_ssl='yes'
so i am looking for  1.5.9i sources, or solution for ssl directive.

>>> citation of <kyle-mutt <at> memoryhole.net> from Thu, Nov 02, 2006 at 09:03:36AM -0500, Kyle Wheeler :
> On Thursday, November  2 at 01:51 PM, quoth Ales Zemene:
> >when i change to another folder and inside is a lot of postings, i 
> >have
> >to wait a long time - fetching message headers ...
> >quiestion is, if it is possible to decide not to fect all of the
> >headers,
> >but sort them by date before fetching and display let's say just last
> >week messages.
> >any idea how to do it ?
> 
> Strictly speaking? No. The way I do it is to turn on mutt's imap 
> header caching (it's gotta be compiled with it enabled); thus, I only 
> fetch the headers from new messages since the last time I opened the 
> folder.
> 
> ~Kyle
> -- 
> It is a tragic mix-up when the United States spends $500,000 for every 
> enemy soldier killed, and only $53 annually on the victims of poverty.
>                                    -- Reverend Martin Luther King, Jr.

Ales Zemene 
(Continue reading)

Kyle Wheeler | 2 Nov 2006 15:26

Re: fetching message headers ...


On Thursday, November  2 at 03:17 PM, quoth Ales Zemene:
>thanks, i found how to turn on imap header caching for mutt,
>http://wwwcip.informatik.uni-erlangen.de/~sithglan/mutt/
>i would like to compile it myself, problem is that i use Mutt 1.5.9i 
>(2005-03-13), for trivial reason - newer version makes problem with 
>set imap_force_ssl='yes'

I think the easier (and probably all-around better) solution would be 
to talk to Brendan Cully (on the mutt-dev list) to fix mutt, rather 
than rely on outdated source.

>so i am looking for  1.5.9i sources, or solution for ssl directive.

http://sourceforge.net/project/showfiles.php?group_id=195&package_id=19809

~Kyle
--

-- 
Those who do not understand Unix are condemned to reinvent it, poorly.
                                                      -- Henry Spencer
Marc Vaillant | 2 Nov 2006 16:19

imap server dropping connection while taking too long reading or composing

Hi,                                                                      

When composing or reading a message from an imap server, mutt must not   
poll the server because the connection gets dropped if you take too      
long.  Although this is less annoying with the header_cache option which 
greatly speeds up reconnecting to the server, it's still annoying and    
you end up loosing message flags.  Is there any way to keep this from    
happening?                                                               

Thanks,                                                                  
Marc                     
--

-- 
  Marc Vaillant
  vaillant <at> fastmail.fm


Gmane