aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/r2e/.config/rss2email.cfg
blob: e6f82d8a5867cab4df271d8dbee514da7f51813a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
[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 = tobyv13@gmail.com
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