Allow relinking an account if it's no longer authorized

This commit is contained in:
AsamK 2021-05-09 12:22:44 +02:00
parent 0bc2141245
commit ab95e635ce
7 changed files with 137 additions and 22 deletions

View file

@ -35,7 +35,7 @@ public class ReceiveCommand implements ExtendedDbusCommand, LocalCommand {
public void attachToSubparser(final Subparser subparser) {
subparser.addArgument("-t", "--timeout")
.type(double.class)
.setDefault(1.0)
.setDefault(3.0)
.help("Number of seconds to wait for new messages (negative values disable timeout)");
subparser.addArgument("--ignore-attachments")
.help("Dont download attachments of received messages.")