summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
parente8f3b6aa24b33f79b04a16b424284bc3ac752808 (diff)
melib/email/compose: set attachment status
Set Content-Disposition: attachment to, well, attachments.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 421fcd30..1ee1122b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -972,7 +972,6 @@ dependencies = [
"unicode-segmentation",
"uuid",
"xdg",
- "xdg-utils",
]
[[package]]
@@ -1006,6 +1005,7 @@ dependencies = [
"unicode-segmentation",
"uuid",
"xdg",
+ "xdg-utils",
]
[[package]]