aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2021-03-13 21:06:22 +0100
committerTeddy Wing2021-03-13 21:23:28 +0100
commit9d9a69973193597bf6c08822a96a851c9660d6d0 (patch)
tree113845f92cc9fdadc01c3297a2ff7efff700c129 /Cargo.toml
parent4606b115d29a62b3a9b4fe01a8538abe11d53af1 (diff)
downloadmutt-ottolangy-9d9a69973193597bf6c08822a96a851c9660d6d0.tar.bz2
Write an attribution config file
Set attribution config strings for French and English. If the input email's body language is in French, set my French attribution string. Otherwise use English. Write the attribution string to a config file at `~/.local/share/ottolangy/attribution.muttrc`. We can then source this config file to set the attribution.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9a9987f..6e47203 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,4 @@ edition = "2018"
[dependencies]
mailparse = "0.13.2"
whatlang = "0.11.1"
+xdg = "2.2.0"