Bug 93214

Summary: Make load-on-demand limit configurable
Product: [Applications] kmail Reporter: Baris Metin <baris>
Component: IMAPAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED INTENTIONAL    
Severity: wishlist CC: bjoern
Priority: NOR    
Version: 1.7.1   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: a patch for configurable imap message size to be fetched

Description Baris Metin 2004-11-13 18:23:59 UTC
Version:           1.7.1 (using KDE KDE 3.3.1)
Installed from:    Unspecified Linux
Compiler:          gcc 3.3.4 
OS:                Linux

Kmail doesn't show messages bigger than 5K in preview pane. This option is hardcoded in kmfolderimap.cpp.

Giving user a chance to change this value would be nice.
Comment 1 Baris Metin 2004-11-13 18:26:13 UTC
Created attachment 8279 [details]
a patch for configurable imap message size to be fetched

patch adds a configure option in [General] for imap messages.
Comment 2 Till Adam 2004-11-13 18:51:37 UTC
On Saturday 13 November 2004 18:26, Baris Metin wrote:

> a patch for configurable imap message size to be fetched

This limit is used to detect which messages to download in one go, if 
load-on-demand is enabled. You can simply disable load on demand, if you want 
to download larger mails always in one go. I'm not sure a config option for 
this makes much sense. Carsten?

Comment 3 Carsten Burghardt 2004-11-13 22:49:45 UTC
> This limit is used to detect which messages to download in one go, if
> load-on-demand is enabled. You can simply disable load on demand, if you
> want to download larger mails always in one go. I'm not sure a config
> option for this makes much sense. Carsten?

It doesn't make sense. There may be messages that need a different limit but I 
don't want the user to configure this as it's not interesting for 99.9% of 
the users. It has nothing to do with the preview though.