neilalexander / yggmail

End-to-end encrypted email for the mesh networking age

Home Page:https://matrix.to/#/#yggmail:matrix.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support multiple peers

Revertron opened this issue · comments

Describe the bug
Currently, if we specify multiple peers yggmail only uses the last one in a line.
It would be better to use all of specified peers.

To Reproduce
Steps to reproduce the behavior:

  1. run yggmail -peer <peer1> -peer <peer2>
  2. Look in the logs and spot that it uses only the last peer.

Expected behavior
It would be better to use all of specified peers.

😕