Releases: opto/nostalgy-xpi
New feature + bug fix
Using H, you can scroll to a folder in the foldertree without changing the messagelist. This helps to see folders 'near' the chosen (to see an exact foldername you don't remember), or you can drag and drop messages from the messagelist to the folder now displayed in the foldertree.
The number of folders being displayed in the folderlist can be set to your preferred value.
The keys are now (again) active in all tabs, because recognising tab type was not totally reliable. If this interferes with your use (that was once reported for calendar entries), then you can revert this change in the options (restrict commands to email tabs).
Recent list: show last search results or history
Pressing S, G etc. first shows the search results of the last search. Upon single space, it shows the history of last chosen matches.
Typing on with letters, it shows the folder completion
TB91: keys table scrollable
can now scroll the table with keys if there are many
v3.0.1 for TB 78-TB 91
this solves a few of the problems that came by TB becoming multiprocess.
Also, we now have a decent table for the rules, with a scrollbar for those having many rules.
#111 v 2.3.12
v2.3.12 readme from gh
#111, detecting focuschange for composewindow -> mainwindow
on my 64 bit win system, this solves the problem when closing compose window
#111 without message selection change
v2.3.10 readme from gh
#111 yet another waiting method
#111 yet another waiting method
for #111, new method to detect active tab at startup
see title. Please test and report in #111. thanks
#111, but waiting for TB startup in a different code location
instead of:
insert button
wait for startup
insert keys
(done, beacause we had a key problem), this does:
wait for startup
insert button
insert keys
etc.
maybe that helps