summary refs log tree commit diff
path: root/txt
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-24 22:24:30 -0500
committerJune McEnroe <june@causal.agency>2021-02-24 22:24:30 -0500
commitc87491f0bf614ee45399310c7dc606ed04b7fb86 (patch)
treedb6d7160b4c7e9528f38085a53e0e4d40a289bd3 /txt
parentAdd mailist, liberapay to index (diff)
downloadsrc-c87491f0bf614ee45399310c7dc606ed04b7fb86.tar.gz
src-c87491f0bf614ee45399310c7dc606ed04b7fb86.zip
Add feed reader for IMAP to plan
Diffstat (limited to '')
-rw-r--r--txt/plan.717
1 files changed, 17 insertions, 0 deletions
diff --git a/txt/plan.7 b/txt/plan.7
index 7ea5aac4..d1a325b3 100644
--- a/txt/plan.7
+++ b/txt/plan.7
@@ -17,3 +17,20 @@ export HTML/Atom/mboxrd fragments by UID
 .It
 assemble fragments into threads using IMAP THREAD
 .El
+.
+.Ss feed reader for IMAP
+.Bl -bullet -compact
+.It
+why use a separate reader
+when you already have a mail client?
+.It
+feeds go into IMAP mailboxes
+.It
+feed entries turn into internet messages
+.It
+read/unread state like normal mail
+.It
+reply or forward feed entries as email
+.It
+all state in IMAP, easy to cron
+.El
.c?id=31e0530de40625b9284bde657896a7d4dffd13c9&follow=1'>Add DCH to shottyJune McEnroe This makes htop mostly work. Scrolling region still missing. 2019-07-12Support insert mode in shottyJune McEnroe This is how curses puts characters into the bottom-right cell of the terminal. 2019-07-11Don't do carriage return on line feedJune McEnroe 2019-07-11Interpret 256color-style SGRsJune McEnroe 2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe