Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
645d2d6997
3 changed files with 26 additions and 2 deletions
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"timestamp": 1685319038481
|
||||
"timestamp": 1685332987473
|
||||
}
|
22
cache/jsonfeed-to-mastodon.json
vendored
22
cache/jsonfeed-to-mastodon.json
vendored
|
@ -3744,5 +3744,27 @@
|
|||
"https://social.lol/users/cory/statuses/110449068500773824"
|
||||
],
|
||||
"lastTootTimestamp": 1685319038478
|
||||
},
|
||||
"https://letterboxd.com/cdme/film/the-wolverine/": {
|
||||
"id": "https://letterboxd.com/cdme/film/the-wolverine/",
|
||||
"title": "🎥: The Wolverine, 2013 - ★★★",
|
||||
"url": "https://letterboxd.com/cdme/film/the-wolverine/",
|
||||
"content_text": "🎥: The Wolverine, 2013 - ★★★ https://letterboxd.com/cdme/film/the-wolverine/",
|
||||
"date_published": "2023-05-29T00:55:26-08:00",
|
||||
"toots": [
|
||||
"https://social.lol/users/cory/statuses/110449581153973644"
|
||||
],
|
||||
"lastTootTimestamp": 1685326860941
|
||||
},
|
||||
"https://maggieappleton.com/cozy-web": {
|
||||
"id": "https://maggieappleton.com/cozy-web",
|
||||
"title": "🔗: The Dark Forest and the Cozy Web",
|
||||
"url": "https://maggieappleton.com/cozy-web",
|
||||
"content_text": "🔗: The Dark Forest and the Cozy Web https://maggieappleton.com/cozy-web",
|
||||
"date_published": "2023-05-28T00:00:00-08:00",
|
||||
"toots": [
|
||||
"https://social.lol/users/cory/statuses/110449982662464003"
|
||||
],
|
||||
"lastTootTimestamp": 1685332987469
|
||||
}
|
||||
}
|
|
@ -9,6 +9,8 @@ I subscribe to a number of mailing lists and, up until recently, had been using
|
|||
|
||||
To make managing messages from mailing lists easier, I've switched all the mailing lists I subscribe to an alias that is targeted at the specific folder I want them sorted in to. To set this up you need to create a new alias and target that alias at a specific folder using [plus addressing](https://www.fastmail.com/help/receive/addressing.html) as follows:
|
||||
|
||||
`fastmailusername+targetfolder@fastmail.com`
|
||||
```txt
|
||||
fastmailusername+targetfolder@fastmail.com
|
||||
```
|
||||
|
||||
Now, instead of having to create a rule for each mailing list sender, I simply provide the alias that I have created and any messages received via that alias are sent directly to the folder I store mailing list messages in.
|
||||
|
|
Reference in a new issue