You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
meli/src
Manos Pitsidianakis 7533df86e0
Fix compilation for netbsd-9.2
$ rustc -V
rustc 1.52.1
$ cargo -V
cargo 1.52.0

Pre-requisite steps needed for build:
- Needed to install mozilla certs
- Needed to set OPENSSL_DIR=/usr
3 years ago
..
command command/actions.rs: ask confirmation for delete 3 years ago
components listing/conversations: highlight two rows instead of three 3 years ago
conf conf/shortcuts.rs: add info_message_{next,previous} 3 years ago
plugins melib: don't use both {set,push}_references() 3 years ago
terminal Use default_cell in CellBuffer resize(), clear() 3 years ago
types Fix clippy lints 4 years ago
bin.rs config: show explanation if `composing` field missing 3 years ago
command.rs Add export-mbox command 3 years ago
components.rs Add scrolling context to StatusBar 3 years ago
conf.rs Fix compilation for netbsd-9.2 3 years ago
jobs.rs jobs/Timer: add set_interval() 3 years ago
mailcap.rs Remove some needless clones and stuff (thanks to Clippy) 4 years ago
managesieve.rs Replace PosixTimer with async timers 4 years ago
plugins.rs plugins: place socket in XDG_RUNTIME_DIR, not CWD 4 years ago
sqlite3.rs melib/email: remove Envelope::from_token 4 years ago
state.rs conf/shortcuts.rs: add info_message_{next,previous} 3 years ago
terminal.rs Move Color to src/terminal/color.rs 4 years ago
types.rs Add scrolling context to StatusBar 3 years ago