Bug 93214 - Make load-on-demand limit configurable
Summary: Make load-on-demand limit configurable
Status: RESOLVED INTENTIONAL
Alias: None
Product: kmail
Classification: Applications
Component: IMAP (show other bugs)
Version: 1.7.1
Platform: Unlisted Binaries Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-13 18:23 UTC by Baris Metin
Modified: 2009-12-20 12:03 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
a patch for configurable imap message size to be fetched (1.55 KB, patch)
2004-11-13 18:26 UTC, Baris Metin
Details

Note You need to log in before you can comment on or make changes to this bug.
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.