meli/src/conf
Manos Pitsidianakis bd404e6937
Execute user shell commands with /bin/sh
Execute user provided command invocations $CMD such as `editor_cmd` with
`/bin/sh` as `/bin/sh -c "$CMD"

Previously, user commands were split by whitespace which must trigger
erroneous behavior if quotes are involved.
2020-05-28 21:02:49 +03:00
..
accounts.rs Execute user shell commands with /bin/sh 2020-05-28 21:02:49 +03:00
composing.rs Add conf_override! macro 2020-03-18 19:13:07 +02:00
listing.rs Move Query to melib 2020-04-05 15:57:05 +03:00
notifications.rs Add conf_override! macro 2020-03-18 19:13:07 +02:00
pager.rs Add conf_override! macro 2020-03-18 19:13:07 +02:00
pgp.rs Add conf_override! macro 2020-03-18 19:13:07 +02:00
shortcuts.rs Remove fnv crate 2020-05-10 21:18:56 +03:00
tags.rs Add conf_override! macro 2020-03-18 19:13:07 +02:00
terminal.rs Respect use_color conf value as well as NO_COLOR 2020-02-09 20:47:36 +02:00
themes.rs themes: overwrite only explicit key attributes 2020-04-10 11:41:00 +03:00