terminal e-mail client and e-mail client library https://meli-email.org
 
 
 
 
 
 
Go to file
Manos Pitsidianakis 0925f2a439
ui: restore Page{Up,Dn} to Pager
When issuing PageUp and PageDn actions to an e-mail pager in
CompactListing, the input action was handled by listing and not the
pager which led to the keys get seemingly ignored.
2019-07-13 22:52:42 +03:00
benches update to 2018 edition 2019-06-10 19:40:42 +03:00
debug_printer Fix warnings, lints, and 2018 errors 2019-06-18 21:14:14 +03:00
melib fix missing grapheme in mime encoded string 2019-07-11 17:52:51 +03:00
scripts scripts: remove auto-rustfmt from pre-commit hook 2019-06-10 19:40:33 +03:00
src remove std::dbg uses 2019-07-09 13:05:11 +03:00
testing Fix warnings, lints, and 2018 errors 2019-06-18 21:14:14 +03:00
ui ui: restore Page{Up,Dn} to Pager 2019-07-13 22:52:42 +03:00
.gdbinit add experimental gdb debug lib 2019-06-10 19:40:50 +03:00
.gitignore mailbox: add threads 2019-06-10 19:11:47 +03:00
COPYING mailbox: add threads 2019-06-10 19:11:47 +03:00
Cargo.toml Turn off debugging in release target 2019-06-10 22:15:42 +03:00
README Add manpage and strip README 2019-07-06 00:18:55 +03:00
meli.1 Add manpage and strip README 2019-07-06 00:18:55 +03:00
rustfmt.toml Run rustfmt 2019-06-10 19:40:39 +03:00
sample-config Update sample-config, and generate it if missing on startup 2019-06-10 19:40:51 +03:00

README

    __
 __/  \__
/  \__/  \__                       .
\__/  \__/  \    , _ , _     ___   │   '
/  \__   \__/    │' `│  `┒ .'   `  │   │
\__/  \__/  \    │   │   │ |────'  │   │
   \__/  \__/    │       / `.___, /\__ /
      \__/                       
                                    ,-.  
                                    \_/   
        terminal mail user agent   {|||)<
                                    / \
                                    `-'  


builds with debug print logs on stderr

config
======

# $XDG_CONFIG_HOME/meli/config

testing
=======

# cargo test -p {melib, ui, meli} (-- --nocapture) (--test test_name)

profiling:
==========

# perf record -g target/debug/bin
# perf script | stackcollapse-perf | rust-unmangle | flamegraph > perf.svg