Re: sidebar patch - performance

2008-04-06 Thread Raffi Khatchadourian

On Sun  6.Apr'08 at  0:08:36 +0200, Eric Smith wrote:

My pleasure in having the sidebar patch transform the mutt user
experience has just been destroyed by observing the poor performance of
for example scrolling up and down the index.

There seems to be some buffer overload with delayed response compared
to an unpatched mutt which is much more responsive.

Am I alone in experiencing this?

It also seems strange to me that the sidebar feature is not seen as a
high priority by the general mutt community.


I use the sidebar patch myself and the only performance problem I see
with my mutt is that loading mailboxes with quite a few messages takes
some time. I don't know, however, if this is related to the side bar
patch.


Re: sidebar patch - performance

2008-04-06 Thread Raffi Khatchadourian

On Sun  6.Apr'08 at 11:04:20 +0100, Raffi Khatchadourian wrote:

On Sun  6.Apr'08 at  0:08:36 +0200, Eric Smith wrote:

My pleasure in having the sidebar patch transform the mutt user
experience has just been destroyed by observing the poor performance
of for example scrolling up and down the index.

There seems to be some buffer overload with delayed response compared
to an unpatched mutt which is much more responsive.

Am I alone in experiencing this?

It also seems strange to me that the sidebar feature is not seen as a
high priority by the general mutt community.


I use the sidebar patch myself and the only performance problem I see
with my mutt is that loading mailboxes with quite a few messages takes
some time. I don't know, however, if this is related to the side bar
patch.


By the way, I think the side bar is an important feature and should be
seen as high priority as well.


Re: Online Address book

2008-02-11 Thread Raffi Khatchadourian

On Tue 12.Feb'08 at  1:43:25 +0100, Nathan Huesken wrote:

I am using mutt from different computers (like my laptop and the desktop PC at 
home) and I am wondering if there is some way to always keep my address book 
synchronized between the two computers.
The coolest solution would be, if I could install some sort of database on my 
vServer and make mutt query it everytime I need the address book (and also add 
new addresses to it).

Is there some sort if solution for this kind of think?


Using LDAP and lbdb kinda solves this problem.


Re: automatically check for new mail

2008-01-29 Thread Raffi Khatchadourian

On Tue 29.Jan'08 at 23:10:54 +0100, Steve S wrote:

On Tue, Jan 29, 2008 at 12:29:55PM -0600, Charles Cazabon wrote:

Pardon me for being late to this discussion.  Have you set
`mail_check` to a non-default value in your .muttrc (or system-wide
Muttrc) file?  Or how about `timeout`?  iThe default for that is 10
minutes -- have you tried waiting that long to see if mutt identifies
new mail?


Default values are the ones mentioned in the manual: $timeout=600,
$mail_check=5.  I played with them by setting them to small values for
testing:

$timeout=10, $mail_check=5 or $timeout=60, $mail_check=30

but the 'N' flag just won't appear automatically if the browser is
focused all the time.

Would it help posting my .muttrc? I suspect either a stupid
newbie-related misconfig or an issue with my Debian mutt version (since
I saw they include some patches on their own which are not in the
official mutt tree).


I have a similar configuration, and now that I have taken a better look,
I basically have the same problem. I haven't noticed it since I use the
sidebar patch. Anyway, I wonder if there are some consistency issues
between the values stored in timeout and mail_check that could be
causing the problem.


Re: automatically check for new mail

2008-01-28 Thread Raffi Khatchadourian

On Mon 28.Jan'08 at 18:33:17 +0100, Steve S wrote:

I'm new to mutt, so this question my have been asked before (I found nothing on
the web/in the wiki etc.). In my muttrc I have 


bind  browser n check-new

which works ok. I hit `n` manually from time to time to see if there is new
mail. Is it possible to do that automatically in the background (ala cron)?


Are you using mailboxes? If so, this should be done automatically.


Re: automatically check for new mail

2008-01-28 Thread Raffi Khatchadourian

On Mon 28.Jan'08 at 19:50:11 +0100, Steve S wrote:

My MRA is gets mail controled by a cronjob, but in mutt's folder
browser, I see folders makred with 'N' only when I (a) hit `n` or (b)
close mutt and restart it. 


What are you using to get new mail? Also, what version of mutt do you
have?


Re: Leopard Migration Hammered Mutt

2008-01-27 Thread Raffi Khatchadourian

On Sat 26.Jan'08 at 13:02:26 -0500, Marc Vaillant wrote:

On Sat, Jan 26, 2008 at 05:13:11PM +, [EMAIL PROTECTED] wrote:

export shows:

PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin

Mutt is in /sw/bin/

How can I add /sw/bin/ to my path?



put 


export PATH=${PATH}:/sw/bin

in  ~/.profile 


You may want to try just typing /sw/bin/mutt first just to see if it
works properly after migration.

Raffi


Re: Multiple IMAP accounts

2008-01-27 Thread Raffi Khatchadourian

On Sun 27.Jan'08 at 12:41:52 +0100, Florian Unglaub wrote:

Is there any better way to have multiple accounts working in mutt?


Yes, there is! Unfortunately, mutt doesn't handle imap as well as it
handles mbox and maildir. Therefore, I recommend using OfflineIMAP with
mutt.

Raffi


Re: Leopard Migration Hammered Mutt

2008-01-24 Thread Raffi Khatchadourian

On Thu 24.Jan'08 at 15:36:11 +, [EMAIL PROTECTED] wrote:

Recently, I switched from and older MacBook Pro to a new MacBook using
Apple's Migration Assistant.  All User issues went well, but unix
issues did not fair so well.  One of which was my mutt setup which had
worked for years, and even many months under Leopard.

Now I get the following when I attempt to evoke mutt:

-bash: mutt: command not found

Could someone walk me through this slowly?  I have some unix
background, but it's been quite a while since I've configured mutt.


All this means is that mutt is somehow no longer in your path. Try:
sudo /usr/libexec/locate.updatedb; locate mutt | grep bin


next-flagged-mailbox

2008-01-23 Thread Raffi Khatchadourian

Anyone have any idea how to make a macro that switches to the next
mailbox with a flagged message?


Requested features

2007-11-27 Thread Raffi Khatchadourian

I love the new next-mailbox-with-new-message feature. I was wondering if
there was anything like next-mailbox-with-flagged-message? Also, how
about a compose to sender command like the one in thunderbird?


inode sort

2007-11-22 Thread Raffi Khatchadourian

Does anyone know what the semantics of the inode sort configuration
option is?


Re: reading next unreaded email

2007-11-18 Thread Raffi Khatchadourian

Jim,

On Sun 18.Nov'07 at 21:18:43 +1100, hce wrote:

While I am reading messages, I like to press the key n for reading next
unreaded email. I tried following set, but did not work:

bind pager   n   next-unread

What I did wrong here? Appreciate any your correction.


You could also just use TAB I believe.

Raffi


sidebar patch for mutt 1.5.16?

2007-07-01 Thread Raffi Khatchadourian

Does anyone have a working sidebar patch for mutt 1.15.16? The latest
posted on the sidebar website is for 1.15.15.


Re: Folder Format for my setup

2007-05-12 Thread Raffi Khatchadourian

I have a question relating to this one. I've recently switched from mbox
to maildir and I've noticed that, while the performance seems better,
the amount of exposed message headers has drastically increased. Any
idea why and how to get it back to the mbox normal amount?

On Wed  9.May'07 at 21:40:23 -0300, Cleverson wrote:

Hi all

I've read about Mbox and Maildir at the Mutt wiki. I'd apreciate more
personal opinions on which format could be better for my case in
particular:

I've just installed Gentoo Linux and now I intend to setup a mail
system with Mutt. My CPU is an AMD Sempron 1500 mhz, 256 RAM. My
filesystem is ReiserFS 3.6.

Usually, I receive about 20 to 60 messages per day, depending on how
active I am at mailing lists.

I'd like to know, for example, wheter there are features that don't
exist or don't work well with one of the two folder formats, if one of
them have theoretically better performance in general, what is the
best format to manage messages (move, copy, save...), either using
Mutt or other programs.

Is it true that Maildir has better performance while loading folders?
And about file corruption consequences for each one?  Many thanks

Cleverson