Modify ↓
Opened 3 years ago Closed 2 years ago #19 closed enhancement (fixed)previous message in thread requester
Description (last modified by thboeckel)
if i click on "previous message in thread a requester" pop up and ask "In order to follow the thread, YAM has to load all indices..." with the options Yes and No.
if i click "No" but the index is already loaded then YAM switch to the previous message.
More user friendly would be if YAM first search in loaded indexes for a previous message and only if not found pop up the above mentioned requester.
Moved from SF: Attachments (0)Change History (8)comment:1 Changed 3 years ago by damato
comment:2 Changed 3 years ago by damato
comment:3 Changed 3 years ago by damato
comment:4 Changed 3 years ago by damato
comment:5 Changed 3 years ago by damato
comment:6 Changed 2 years ago by thboeckel
comment:7 Changed 2 years ago by thboeckel
Since I got no reply so far I suppose nobody objects if I remove the confirmation requester. comment:8 Changed 2 years ago by thboeckel
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber
| ||||||||||||||||||||||||||||



While reading this ticket again I asked myself the question if loading a flushed/not yet loaded index is really that "expensive" in terms of memory and time that YAM has to ask the user about this.
When outdated mails are to be deleted automatically there is also no question whether to load an index or not. It is loaded to determine which mails are too old and which have to be kept. No matter what.
Since YAM will flush recently unused indices automatically this ticket becomes even worse, because if YAM loaded all indices on startup this might be no longer true after i.e. 30 minutes. YAM also doesn't ask whether to load an index or not if the user changes the current folder. The index will be loaded, because it is needed then.
So my suggestion is to drop that question completely and simply perform the search on all folders. Sooner or later YAM must be able to keep all indices in memory, even if that is for a short time only. And since indices will be flushed automatically there is no reason not to load the indices automatically without acknowledgement from my point of view.
Any objections if we remove that question completely?