aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/himalaya/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-03-28 18:37:45 -0500
committerToby Vincent <tobyv13@gmail.com>2023-03-28 18:38:24 -0500
commit2152fc53a4e212b5071876b08248e539b78cb8f4 (patch)
tree6e43706c12a37460f4b1a09501a5bba5837293a0 /himalaya/.config
parent5333d54927b902dfc84dff7542cdeaeb214a2ec9 (diff)
revert(himalaya): remove himalaya configs
Diffstat (limited to 'himalaya/.config')
-rw-r--r--himalaya/.config/himalaya/config.toml33
-rw-r--r--himalaya/.config/systemd/user/himalaya-watch.service12
-rw-r--r--himalaya/.config/systemd/user/himalaya.service11
3 files changed, 0 insertions, 56 deletions
diff --git a/himalaya/.config/himalaya/config.toml b/himalaya/.config/himalaya/config.toml
deleted file mode 100644
index cb879f1..0000000
--- a/himalaya/.config/himalaya/config.toml
+++ /dev/null
@@ -1,33 +0,0 @@
-display-name = "Toby Vincent"
-downloads-dir = "~/dl"
-signature = "Toby Vincent"
-email-listing-page-size = 50
-email-reading-verify-cmd = "gpg --verify -q"
-email-reading-decrypt-cmd = "gpg -dq"
-email-writing-sign-cmd = "gpg -o - -saq"
-email-writing-encrypt-cmd = "gpg -o - -eqar"
-notify-cmd = "notify-send '[MAIL] <sender>' '<subject>'"
-
-[gmail]
-default = true
-email = "tobyv13@gmail.com"
-
-backend = "imap"
-imap-host = "imap.gmail.com"
-imap-port = 993
-imap-login = "tobyv13@gmail.com"
-imap-passwd-cmd = "pass show gmail"
-
-sender = "smtp"
-smtp-host = "smtp.gmail.com"
-smtp-port = 465
-smtp-login = "tobyv13@gmail.com"
-smtp-passwd-cmd = "pass show gmail"
-
-watch-cmds = ["himalaya --output json search NEW | jq -r '.|length' >> /tmp/himalaya-counter"]
-
-[gmail.folder-aliases]
-inbox = "INBOX"
-sent = "[Gmail]/Sent Mail"
-drafts = "[Gmail]/Drafts"
-trash = "[Gmail]/Trash"
diff --git a/himalaya/.config/systemd/user/himalaya-watch.service b/himalaya/.config/systemd/user/himalaya-watch.service
deleted file mode 100644
index 043d6ac..0000000
--- a/himalaya/.config/systemd/user/himalaya-watch.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Himalaya watcher
-After=network.target gpg-agent.service
-
-[Service]
-ExecStart=himalaya watch
-Environment=RUST_LOG=debug
-Restart=always
-RestartSec=10
-
-[Install]
-WantedBy=default.target
diff --git a/himalaya/.config/systemd/user/himalaya.service b/himalaya/.config/systemd/user/himalaya.service
deleted file mode 100644
index 1f52e83..0000000
--- a/himalaya/.config/systemd/user/himalaya.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Himalaya new messages notifier
-After=network.target gpg-agent.service
-
-[Service]
-ExecStart=himalaya notify
-Restart=always
-RestartSec=10
-
-[Install]
-WantedBy=default.target