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 dd0baa82e9 Spawn user-given command strings with sh -c ".."
If given string contains arguments, Command::new(string) will fail.

Reported in #159 https://git.meli.delivery/meli/meli/issues/159
2 years ago
..
command Update most Cargo dependencies 2 years ago
components Spawn user-given command strings with sh -c ".." 2 years ago
conf conf/accounts.rs: check properly if mailbox request is an error 2 years ago
plugins melib: don't use both {set,push}_references() 3 years ago
terminal Documentation touchups 2 years ago
types Fix all clippy warnings in `meli` crate 2 years ago
command.rs Fix all clippy warnings in `meli` crate 2 years ago
components.rs Fix clippy lints for `meli` crate 2 years ago
conf.rs conf.rs: remove interactive messages when #[cfg(test)] 2 years ago
jobs.rs Improve embed terminal 2 years ago
lib.rs Improve embed terminal 2 years ago
mailcap.rs Spawn user-given command strings with sh -c ".." 2 years ago
main.rs Spawn user-given command strings with sh -c ".." 2 years ago
managesieve.rs Replace PosixTimer with async timers 4 years ago
plugins.rs Fix clippy lints for `meli` crate 2 years ago
sqlite3.rs Fix all clippy warnings in `meli` crate 2 years ago
state.rs compose: fix reply subject prefixes stripping original prefix 2 years ago
terminal.rs src/: Box<_> some large fields in biggest types 2 years ago
types.rs types.rs: remove unused struct 2 years ago