mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
chore: adapt some top-level-mentions of delta
This commit is contained in:
23
README.md
23
README.md
@@ -49,12 +49,12 @@ $ curl https://sh.rustup.rs -sSf | sh
|
|||||||
|
|
||||||
## Using the CLI client
|
## Using the CLI client
|
||||||
|
|
||||||
Compile and run Delta Chat Core command line utility, using `cargo`:
|
Compile and run the command line utility, using `cargo`:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ cargo run --locked -p deltachat-repl -- ~/deltachat-db
|
$ cargo run --locked -p deltachat-repl -- ~/profile-db
|
||||||
```
|
```
|
||||||
where ~/deltachat-db is the database file. Delta Chat will create it if it does not exist.
|
where ~/profile-db is the database file. The utility will create it if it does not exist.
|
||||||
|
|
||||||
Optionally, install `deltachat-repl` binary with
|
Optionally, install `deltachat-repl` binary with
|
||||||
```
|
```
|
||||||
@@ -62,13 +62,13 @@ $ cargo install --locked --path deltachat-repl/
|
|||||||
```
|
```
|
||||||
and run as
|
and run as
|
||||||
```
|
```
|
||||||
$ deltachat-repl ~/deltachat-db
|
$ deltachat-repl ~/profile-db
|
||||||
```
|
```
|
||||||
|
|
||||||
Configure your account (if not already configured):
|
Configure your account (if not already configured):
|
||||||
|
|
||||||
```
|
```
|
||||||
Delta Chat Core is awaiting your commands.
|
Chatmail is awaiting your commands.
|
||||||
> set addr your@email.org
|
> set addr your@email.org
|
||||||
> set mail_pw yourpassword
|
> set mail_pw yourpassword
|
||||||
> configure
|
> configure
|
||||||
@@ -106,11 +106,6 @@ Single#10: yourfriends@email.org [yourfriends@email.org]
|
|||||||
Message sent.
|
Message sent.
|
||||||
```
|
```
|
||||||
|
|
||||||
If `yourfriend@email.org` uses DeltaChat, but does not receive message just
|
|
||||||
sent, it is advisable to check `Spam` folder. It is known that at least
|
|
||||||
`gmx.com` treat such test messages as spam, unless told otherwise with web
|
|
||||||
interface.
|
|
||||||
|
|
||||||
List messages when inside a chat:
|
List messages when inside a chat:
|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -187,11 +182,9 @@ $ cargo bolero test fuzz_format_flowed --release=false -e afl -s NONE
|
|||||||
## Update Provider Data
|
## Update Provider Data
|
||||||
|
|
||||||
To add the updates from the
|
To add the updates from the
|
||||||
[provider-db](https://github.com/deltachat/provider-db) to the core, run:
|
[provider-db](https://github.com/chatmail/provider-db) to the core,
|
||||||
|
check line `REV=` inside `./scripts/update-provider-database.sh`
|
||||||
```
|
and then run the script.
|
||||||
./src/provider/update.py ../provider-db/_providers/ > src/provider/data.rs
|
|
||||||
```
|
|
||||||
|
|
||||||
## Language bindings and frontend projects
|
## Language bindings and frontend projects
|
||||||
|
|
||||||
|
|||||||
@@ -323,7 +323,7 @@ async fn start(args: Vec<String>) -> Result<(), Error> {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
println!("Delta Chat Core is awaiting your commands.");
|
println!("Chatmail is awaiting your commands.");
|
||||||
|
|
||||||
let config = Config::builder()
|
let config = Config::builder()
|
||||||
.history_ignore_space(true)
|
.history_ignore_space(true)
|
||||||
|
|||||||
Reference in New Issue
Block a user