Manos Pitsidianakis
303c530488
Load libnotmuch dynamically
2020-02-26 14:18:00 +02:00
Manos Pitsidianakis
0ebad39b50
Bumb version to 0.5.1
2020-02-09 19:52:00 +02:00
Manos Pitsidianakis
962283f9fe
Add opt-level=z flag for release profile
2020-02-09 02:56:13 +02:00
Manos Pitsidianakis
0aa2659072
meli: add cli-docs feature
...
Optionally build manpages to text with mandoc and print them from the
command line.
2020-02-09 02:26:21 +02:00
Manos Pitsidianakis
41ee43438d
Bumb version to 0.5.0
2020-02-04 19:54:12 +02:00
Manos Pitsidianakis
05b91f1c02
Remove text_processing
...
Unwrap text_processing into melib
In preparation for uploading meli as a separate crate on crates.io.
2020-02-04 17:29:55 +02:00
Manos Pitsidianakis
8b6ea8de9a
Remove ui crate
...
Merge ui crate with root crate.
In preparation for uploading `meli` as a separate crate on crates.io.
Workspace crates will need to be published as well and having a separate
`ui` crate and binary perhaps doesn't make sense anymore.
2020-02-04 17:29:55 +02:00
Manos Pitsidianakis
6d9f584de3
Update nix to 0.16.1
2020-01-21 12:02:21 +02:00
Manos Pitsidianakis
5e912db461
Send timer ID as si_value to SIGALRM handler
...
Associate each alarm signal with the timer of its origin.
2020-01-20 15:58:59 +02:00
Manos Pitsidianakis
41a4de394a
Add optional 'jmap' feature in binary Cargo.toml.
2019-12-13 00:39:56 +02:00
Manos Pitsidianakis
40e928dad3
Push version to 0.4.1
2019-12-08 11:36:38 +02:00
Manos Pitsidianakis
49dccb94a5
bin: add notmuch feature
...
Add notmuch feature that includes melib/notmuch_backend and a new
feature for the ui crate. We need the latter in order to know from
within ui if we have been linked with libnotmuch
2019-11-30 17:31:49 +02:00
Manos Pitsidianakis
212e9bd701
Revert "Show manuals with command line arguments"
...
Since this commit requires `mandoc` as a build dependency, it is removed
for now until a better compromise is found.
This reverts commit 6a8f869e5b
.
2019-10-24 12:19:29 +03:00
Manos Pitsidianakis
6a8f869e5b
Show manuals with command line arguments
...
Add --manual, --conf-manual command line arguments that display manpages
through a pager. If no pager is found, this currently fails. It should
print the manuals to stdout instead.
The manuals are read from src/manuals and are generated with mandoc
whenever changes to the manpage sources meli.1 and meli.conf.5 are made.
2019-10-23 10:45:13 +03:00
Manos Pitsidianakis
c7bcb9e553
Reexport debug-tracing feature from main Cargo.toml
...
Main crate's feature didn't enable the same feature in the workspace
subcrates.
2019-09-28 23:11:48 +03:00
Manos Pitsidianakis
b7edec0274
Bump version to 0.3.2
2019-09-28 12:25:44 +03:00
Manos Pitsidianakis
fa121820f7
Bump version to 0.3.1
2019-09-26 14:11:24 +03:00
Manos Pitsidianakis
8c78f118e4
Add info about debug logs in README and Cargo.toml
2019-09-26 14:09:08 +03:00
Manos Pitsidianakis
9563007069
Turn off debug tracing prints in stderr by default
2019-09-21 21:29:33 +03:00
Manos Pitsidianakis
79212621af
Bump version to 0.3.0
2019-09-16 16:44:04 +03:00
Manos Pitsidianakis
81a55abc7c
Update crossbeam to 0.7.2 and remove chan
2019-09-15 13:21:14 +03:00
Manos Pitsidianakis
3aec1f6dec
Bump version to 0.2.0
2019-08-02 01:00:54 +03:00
Manos Pitsidianakis
df5559023d
add --help, --config, --create-config arguments
2019-07-29 20:22:34 +03:00
Manos Pitsidianakis
d84ceca88e
create text_processing crate
2019-07-27 01:41:04 +03:00
Manos Pitsidianakis
a51a164711
Turn off debugging in release target
2019-06-10 22:15:42 +03:00
Manos Pitsidianakis
f1c72588c3
Add authors to Cargo.toml of each package
2019-06-10 19:40:51 +03:00
Manos Pitsidianakis
8a07087393
add testing crate with emailparse bin
2019-06-10 19:40:51 +03:00
Manos Pitsidianakis
865c9a6bef
add experimental gdb debug lib
2019-06-10 19:40:50 +03:00
Manos Pitsidianakis
dad7c09158
melib: detect plain text in multipart/alternative
2019-06-10 19:40:48 +03:00
Manos Pitsidianakis
04eb8d926f
ui: remove debug_log feature, add log positions
2019-06-10 19:40:44 +03:00
Manos Pitsidianakis
1c7aa0ec9c
update to 2018 edition
2019-06-10 19:40:42 +03:00
Manos Pitsidianakis
4629e6a22f
meli: add debug_logs feature
...
Conditional print of debug logs in stderr. Previously they were always
printed
2019-06-10 19:40:40 +03:00
Manos Pitsidianakis
1321c056a6
add workspace to Cargo.toml
2019-06-10 19:40:35 +03:00
Manos Pitsidianakis
00235fe814
Add message composing and piping to msmtp
...
Closes #16
2019-06-10 19:40:24 +03:00
Manos Pitsidianakis
b35407bc7f
Add child forking functionality
2019-06-10 19:40:23 +03:00
Manos Pitsidianakis
8c98d3a5a0
Move ui and melib to different crates
...
closes #9
2019-06-10 19:40:23 +03:00
Manos Pitsidianakis
e95cc4c1e9
Add threaded view, notifications, pager filter
2019-06-10 19:40:23 +03:00
Manos Pitsidianakis
2c5704dcd0
Add resize on SIGWINCH
2019-06-10 19:40:23 +03:00
Manos Pitsidianakis
df5c617b2d
Move mailbox management to MailListing to avoid copying
2019-06-10 19:40:23 +03:00
Manos Pitsidianakis
ba8508b987
Remove ncurses, add termion
2019-06-10 19:40:22 +03:00
Manos Pitsidianakis
577889f7da
Add watcher and input threads
2019-06-10 19:17:12 +03:00
Manos Pitsidianakis
15affc60a2
add flag support
...
Signed-off-by: Manos Pitsidianakis <el13635@mail.ntua.gr>
2019-06-10 19:15:32 +03:00
Manos Pitsidianakis
655b5a6ea7
doco comments and various stuff
...
Signed-off-by: Manos Pitsidianakis <el13635@mail.ntua.gr>
2019-06-10 19:14:20 +03:00
Manos Pitsidianakis
a07f92a8a4
don't parse mail body until it's requested
...
Signed-off-by: Manos Pitsidianakis <el13635@mail.ntua.gr>
2019-06-10 19:14:20 +03:00
Manos Pitsidianakis
01d0d70947
Use ascii eq_ignore_case
2019-06-10 19:14:20 +03:00
Manos Pitsidianakis
d3b00d19ce
use fnv hash
2019-06-10 19:14:20 +03:00
Manos Pitsidianakis
04ff21a55f
various fixes
...
- Clippy fixes
- Rewrite header value parser
- Rewrite string allocations in header encodings
- Thread mail parsing for maildir.rs
- Split crate to lib and bin
2019-06-10 19:14:14 +03:00
Manos Pitsidianakis
63670259f8
Add attachment support
2019-06-10 19:12:55 +03:00
Manos Pitsidianakis
9946fbcbe0
threads
2019-06-10 19:12:49 +03:00
Manos Pitsidianakis
8e07843c4a
mailbox: add threads
...
Signed-off-by: Manos Pitsidianakis <el13635@mail.ntua.gr>
2019-06-10 19:11:47 +03:00