From 26b0c43cc49cad3732a15e22cae5c05b4a729f5b Mon Sep 17 00:00:00 2001 From: Hocuri Date: Mon, 18 May 2020 15:54:35 +0200 Subject: [PATCH 1/2] Remove help for nonexisting open and close commands. See #1496 --- examples/repl/main.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/repl/main.rs b/examples/repl/main.rs index c4662cad3..c3fa14569 100644 --- a/examples/repl/main.rs +++ b/examples/repl/main.rs @@ -247,10 +247,8 @@ const IMEX_COMMANDS: [&str; 12] = [ "stop", ]; -const DB_COMMANDS: [&str; 11] = [ +const DB_COMMANDS: [&str; 9] = [ "info", - "open", - "close", "set", "get", "oauth2", From 1ab6186eaa6726d8c166101b4021473135a0be44 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Sat, 23 May 2020 20:06:14 +0100 Subject: [PATCH 2/2] Add telepathy-padfoot to the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 298cc5ee7..69a2ef82b 100644 --- a/README.md +++ b/README.md @@ -132,4 +132,5 @@ or its language bindings: - [iOS](https://github.com/deltachat/deltachat-ios) - [Desktop](https://github.com/deltachat/deltachat-desktop) - [Pidgin](https://code.ur.gs/lupine/purple-plugin-delta/) +- [Telepathy](https://code.ur.gs/lupine/telepathy-padfoot/) - several **Bots**