summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-09-16 19:57:06 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-09-16 19:57:06 +0300
commit83bee279e65f9997dd30a2a04130adc052a83005 (patch)
treed97d403a22e24d0fce999b95df3954f4d87f36a3 /Cargo.toml
parente8f3b6aa24b33f79b04a16b424284bc3ac752808 (diff)
melib/email/compose: set attachment status
Set Content-Disposition: attachment to, well, attachments.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 89ead05b..2b4e4e39 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,6 @@ serde_json = "1.0"
toml = { version = "0.5.6", features = ["preserve_order", ] }
indexmap = { version = "^1.5", features = ["serde-1", ] }
linkify = "0.4.0"
-xdg-utils = "0.3.0"
notify = "4.0.1" # >:c
notify-rust = { version = "^4", optional = true }
termion = "1.5.1"