Skip to content

Commit f7f6993

Browse files
committed
Update documentation and small bugfix for Windows deploy action
1 parent 889f041 commit f7f6993

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
command: |
3232
cd postsack-native
3333
.\build_windows.bat
34-
binary: target\release\postsack
34+
binary: target\release\postsack.exe
3535
steps:
3636
- name: Production Build
3737
uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ build my own. It parses all your mails and shows configurable clusters of mails
2525

2626
## Features
2727

28+
- Written in Rust: Very fast email parsing / import. My **650k mails are imported in ~1 Minute** on a Macbook M1 Pro Max and ~ 2 Minutes on a Intel Core i7-8700B 3.2 Ghz.
2829
- Import all your local mails (currently, only MBox, Apple Mail and Gmail Backups are supported)
2930
- Build up clustered visualizations of your mails to see and understand what kind of emails you have
3031
- Cluster the emails by sender domain / name, month, day, year, name, and some more
3132
- Additional filters for seen mails or tags / labels
3233
- See all the mails for the current set of filters / current cluster
3334
- Save the generated database as a SQLite file so you can do additional queries yourself (or open it again)
34-
- Very fast email parsing / import. My **650k mails are imported in ~1 Minute** on a Macbook M1 Pro Max and ~ 2 Minutes on a Intel Core i7-8700B 3.2 Ghz.
3535
- Cross platform (macOS, Windows, Linux and a [Web Demo](https://terhech.de/postsack_demo))
3636
- The app is 13MB big and consumes ~150MB of memory on macOS
3737

0 commit comments

Comments
 (0)