When I type account sync it says error: cannot find session from pool at
cursor 0
Here's an example of my entire config.
display-name="Valiant "
[valiant.format]
type="flowed"
[valiant]
backend = "imap"
email = "meow"
default = true
display-name = "valiant"
sender = "smtp"
smtp-host = "smtp.meow"
smtp-port = 465
smtp-ssl = true
smtp-login = "meow"
smtp-passwd-cmd = "echo purr"
sync = true
imap-host = "imap.meow"
imap-port = 993
imap-ssl = true
imap-login = "meow"
imap-passwd-cmd = "echo purr"
--
Cheers:
Aaron Spears, AKA Valiant8086 General Partner at Valiant Galaxy Associates "we make (VERY GOOD AUDIOGAMES) for the blind comunity" http://valiantGalaxy.com
> When I type account sync it says error: cannot find session from pool
> at cursor 0
Which version of Himalaya do you run? If I remember well, error messages
have been improved in the last release. Anyway, you can add
`RUST_LOG=debug` in front of your command to see what is happening
there.
Does `himalaya list` works without the `sync = true`?