You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+60-9Lines changed: 60 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,22 +18,73 @@
18
18
19
19
---
20
20
21
-
Lightweight **Vala** + **GTK4** + **libadwaita** desktop client that talks to [deltachat-rpc-server](https://github.com/deltachat/deltachat-core-rust) over JSON-RPC. Follows GNOME HIG, works on desktop and mobile.
22
-
23
-
**Highlights:** adaptive split-view layout, message bubbles, file attachments with image previews, chat search, real-time delivery, end-to-end encryption via Autocrypt, and auto-discovery of existing Delta Chat accounts.
21
+
Lightweight **Vala** + **GTK4** + **libadwaita** desktop client that talks to [deltachat-rpc-server](https://github.com/deltachat/deltachat-core-rust) over JSON-RPC. Follows GNOME HIG, works on desktop and mobile form factors.
22
+
23
+
## Features
24
+
25
+
### Messaging
26
+
27
+
-**Rich compose bar** — multi-line text, file attachments via picker or drag-and-drop, paste images or files straight from the clipboard.
28
+
-**Reply, edit, delete, forward** — full message actions via right-click; delete-for-self or delete-for-everyone on your own messages.
29
+
-**Emoji reactions** — quick-pick 👍 ❤️ 😂 😮 😢 👎 shown as badges on the message.
30
+
-**Pinned messages** — pin any message in a chat; a pinned-messages bar at the top of the conversation lets you jump back to them.
31
+
-**Reply previews** — quoted sender and text preview (capped at 3 lines) above the compose entry and inside bubbles.
32
+
-**Inline image previews** with a full-screen viewer (click to open, right-click to save, Escape to close).
The app auto-discovers `deltachat-rpc-server` from `$PATH`, `~/.local/bin`, virtualenvs, or Flatpak, and picks up existing accounts from Delta Chat Desktop or OpenClaw configurations.
0 commit comments