aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--aerc/.config/aerc/accounts.conf6
-rw-r--r--firefox/.config/tridactyl/tridactylrc1
-rw-r--r--r2e/.config/rss2email.cfg126
-rw-r--r--r2e/.config/systemd/user/rss2email.service9
-rw-r--r--r2e/.config/systemd/user/rss2email.timer10
-rwxr-xr-xr2e/install.sh11
6 files changed, 0 insertions, 163 deletions
diff --git a/aerc/.config/aerc/accounts.conf b/aerc/.config/aerc/accounts.conf
index f418075..b10f0c7 100644
--- a/aerc/.config/aerc/accounts.conf
+++ b/aerc/.config/aerc/accounts.conf
@@ -17,9 +17,3 @@ signature-file = ~/.config/aerc/default.sig
pgp-auto-sign = true
folders-sort = INBOX,Sent,Drafts,Junk,Trash,Archive
address-book-cmd="grep -iPm 100 --color=never %s /home/tobyv/.local/share/mail/gmail/addressbook.tsv"
-
-[Feeds]
-source = maildir://~/.local/share/mail/feeds
-check-mail-cmd = r2e run
-from = Toby Vincent <tobyv@tobyvin.dev>
-folders-sort = INBOX
diff --git a/firefox/.config/tridactyl/tridactylrc b/firefox/.config/tridactyl/tridactylrc
index 1c6991e..e9edd54 100644
--- a/firefox/.config/tridactyl/tridactylrc
+++ b/firefox/.config/tridactyl/tridactylrc
@@ -8,7 +8,6 @@ sanitize tridactyllocal tridactylsync
colourscheme gruvbox-dark-hard
-alias save_rss jsb -p tri.native.run("r2e add '" + JS_ARG + "'") set rsscmd save_rss %u
alias gitclone jsb -p tri.native.run("git clone --depth=1 '" + JS_ARG + "' /home/tobyv/src/" + JS_ARG.split("/").slice(-1))
alias jse js 'use strict'; function $all(q, root=document) { return Array.from(root.querySelectorAll(q)) }; function $(q, root=document) { return root.querySelector(q) }; let $ex = (s) => tri.controller.acceptExCmd(s) ; let $set = (...args) => tri.config.set(...args);
alias jsep js -p 'use strict'; function $all(q, root=document) { return Array.from(root.querySelectorAll(q)) }; function $(q, root=document) { return root.querySelector(q) }; let $ex = (s) => tri.controller.acceptExCmd(s) ; let $set = (...args) => tri.config.set(...args);
diff --git a/r2e/.config/rss2email.cfg b/r2e/.config/rss2email.cfg
deleted file mode 100644
index badee64..0000000
--- a/r2e/.config/rss2email.cfg
+++ /dev/null
@@ -1,126 +0,0 @@
-[DEFAULT]
-from = feeds@tobyvin.dev
-user-agent = rss2email/__VERSION__ (__URL__)
-use-8bit = False
-force-from = False
-use-publisher-email = True
-name-format = {feed-name}
-to = tobyv@tobyvin.dev
-proxy =
-feed-timeout = 60
-same-server-fetch-interval = 0
-active = True
-digest = False
-digest-type = multipart/digest
-date-header = True
-date-header-order = modified, issued, created, expired
-bonus-header =
-trust-guid = True
-trust-link = False
-reply-changes = False
-encodings = US-ASCII, ISO-8859-1, UTF-8, BIG5, ISO-2022-JP
-post-process =
-digest-post-process =
-subject-format = {feed-title}
-html-mail = False
-multipart-html = False
-use-css = False
-css = h1 {
- font: 18pt Georgia, "Times New Roman";
- }
- body {
- font: 12pt Arial;
- }
- a:link {
- font: 12pt Arial;
- font-weight: bold;
- color: #0000cc;
- }
- blockquote {
- font-family: monospace;
- }
- .header {
- background: #e0ecff;
- border-bottom: solid 4px #c3d9ff;
- padding: 5px;
- margin-top: 0px;
- color: red;
- }
- .header a {
- font-size: 20px;
- text-decoration: none;
- }
- .footer {
- background: #c3d9ff;
- border-top: solid 4px #c3d9ff;
- padding: 5px;
- margin-bottom: 0px;
- }
- .entry {
- border: solid 4px #c3d9ff;
- }
- .body {
- margin-left: 5px;
- margin-right: 5px;
- }
-unicode-snob = False
-links-after-each-paragraph = False
-inline-links = True
-wrap-links = True
-body-width = 0
-email-protocol = maildir
-sendmail = /usr/sbin/sendmail
-sendmail_config =
-smtp-auth = False
-smtp-username = username
-smtp-password = password
-smtp-server = smtp.example.net
-smtp-port = 465
-smtp-ssl = False
-imap-auth = False
-imap-username = username
-imap-password = password
-imap-server = imap.example.net
-imap-port = 143
-imap-ssl = False
-imap-mailbox = INBOX
-maildir-path = ~/.local/share/mail/feeds
-maildir-mailbox = INBOX
-verbose = info
-
-[feed.twir]
-url = https://this-week-in-rust.org/atom.xml
-
-[feed.seanmonstar]
-url = https://seanmonstar.com/rss
-
-[feed.rustmagazine]
-url = https://rustmagazine.org/feed.xml
-
-[feed.gamedev]
-url = https://gamedev.rs/rss.xml
-
-[feed.rust]
-url = https://blog.rust-lang.org/feed.xml
-
-[feed.rustwasm]
-url = https://rustwasm.github.io/feed.xml
-
-[feed.insiderust]
-url = https://blog.rust-lang.org/inside-rust/feed.xml
-
-[feed.sourcehut]
-url = https://sourcehut.org/blog/index.xml
-
-[feed.twin]
-url = https://this-week-in-neovim.org/rss
-
-[feed.wotc]
-url = https://wayofthecrab.com/rss.xml
-
-[feed.twim]
-url = https://matrix.org/category/this-week-in-matrix/atom.xml
-
-[feed.fff]
-url = https://factorio.com/blog/rss
-
diff --git a/r2e/.config/systemd/user/rss2email.service b/r2e/.config/systemd/user/rss2email.service
deleted file mode 100644
index de53fa5..0000000
--- a/r2e/.config/systemd/user/rss2email.service
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=RSS email synchronization service
-
-[Service]
-Type=oneshot
-ExecStart=/usr/bin/r2e run
-
-[Install]
-WantedBy=default.target
diff --git a/r2e/.config/systemd/user/rss2email.timer b/r2e/.config/systemd/user/rss2email.timer
deleted file mode 100644
index 2770c65..0000000
--- a/r2e/.config/systemd/user/rss2email.timer
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=RSS email synchronization timer
-
-[Timer]
-OnBootSec=2m
-OnUnitActiveSec=15m
-Unit=rss2email.service
-
-[Install]
-WantedBy=timers.target
diff --git a/r2e/install.sh b/r2e/install.sh
deleted file mode 100755
index f4cbd0a..0000000
--- a/r2e/install.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-if ! command -v "r2e" >/dev/null; then
- printf "%s: r2e not found, skipping...\n" "$0"
- exit 0
-fi
-
-printf "%s: Installing services\n" "$0"
-
-systemctl --user enable --now --no-block rss2email.timer
-systemctl --user start --no-block rss2email.service