diff options
author | Aivars Vaivods <aivars@vaivods.lv> | 2022-04-13 23:04:59 +0300 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-04-14 23:48:21 +0200 |
commit | d3a10b49834a9cb24411f8af3e68a4f8ea186152 (patch) | |
tree | fb9c51067353ba8765a5b6280065f03ea61af03b /lib/open.go | |
parent | 02b7f7401682ffcfb2ebf1c4a2900b8f40908db4 (diff) | |
download | aerc-d3a10b49834a9cb24411f8af3e68a4f8ea186152.tar.gz |
Initialization fix for dynamic folders
There is an issue with backends, that provide dynamic folders, namely
when opening folder, that isn't defined in config file, you get empty
folder. To actually get messages listed, you need to open that folder
twice.
At first attempt only DirectoryInfo is fetched and new
MessageStore created. Second attempt populates previously created
MessageStore with list of messages.
For pre-configured folders, DirectoryInfos are fetched upon connection
to backend and, when folder is opened, MessageStore is updated with list
of messages.
Fixes: https://todo.sr.ht/~rjarry/aerc/30
Signed-off-by: Aivars Vaivods <aivars@vaivods.lv>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'lib/open.go')
0 files changed, 0 insertions, 0 deletions