If you're going to move messages to specific folders, the last used destination folder should always be displayed as first entry.
If you're going to move messages to specific folders, always the folder which follows the last used destination folder is displayed as first entry.
a-folder, b-folder, c-folder ...a-folder as destination folder.a-folder. Unfortunately the first displayed folder on the selection list is now b-folder instead of a-folder. You have to scroll on folder up to select a-folder again.K-9 Mail version: 5.0.10
Android version: 5.1.1
Account type (IMAP, POP3, WebDAV/Exchange): IMAP
I can confirm this. I've seen this behavior for about 2 years now.
I can can take a stab at this.
I got Android Studio installed, compiled K-9, and ran it on an AVD. I'll take a look at ChhoseFolder.java tonight. I suspect the position counter is adding one for the current folder, say inbox, which is not displayed because it's not a valid destination folder.
Most helpful comment
I got Android Studio installed, compiled K-9, and ran it on an AVD. I'll take a look at ChhoseFolder.java tonight. I suspect the position counter is adding one for the current folder, say inbox, which is not displayed because it's not a valid destination folder.