Skip to content

Releases: opto/nostalgy-xpi

New feature + bug fix

19 Aug 19:40
Compare
Choose a tag to compare

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

05 Aug 09:05
Compare
Choose a tag to compare

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

01 Aug 21:21
Compare
Choose a tag to compare

can now scroll the table with keys if there are many

v3.0.1 for TB 78-TB 91

18 Jul 08:19
Compare
Choose a tag to compare

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

27 Jun 19:49
Compare
Choose a tag to compare
v2.3.12

readme from gh

#111, detecting focuschange for composewindow -> mainwindow

27 Jun 16:10
Compare
Choose a tag to compare

on my 64 bit win system, this solves the problem when closing compose window

#111 without message selection change

21 Jun 20:36
Compare
Choose a tag to compare
v2.3.10

readme from gh

#111 yet another waiting method

21 Jun 20:08
Compare
Choose a tag to compare

#111 yet another waiting method

for #111, new method to detect active tab at startup

20 Jun 19:27
Compare
Choose a tag to compare

see title. Please test and report in #111. thanks

#111, but waiting for TB startup in a different code location

17 Jun 22:07
Compare
Choose a tag to compare

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