]> git.cworth.org Git - sup/blob - doc/TODO
hook system
[sup] / doc / TODO
1 for next release
2 ----------------
3 _ imap "add all folders on this server" option in sup-add
4 _ mailing list subscribe/unsubscribe
5 _ BufferManager#ask_for_labels opens up label-list-mode if empty
6 _ tab completion for mid-text cursors
7 _ ncurses text entry horizontal scrolling
8 _ forward attachments
9 _ messages as attachments
10 _ use trac or something. this file is getting a little silly.
11 _ gpg integration
12 _ saved searches
13 _ bugfix: missing sources should be handled better
14 _ bugfix: screwing with the headers when editing causes a crash
15 _ bugfix: sometimes, when one new message comes into an imap folder,
16    we don't catch it until a reload. but we do see a message
17    indicating they're loaded to inbox (imap only? hard to reproduce.)
18 _ bugfix: need a better way to force an address to a particular name,
19    for things like evite addresses
20 _ bugfix: ferret flakiness: just added message but can't find it (? still relevant ?)
21 _ for new message flashes, add new message counts until keypress
22 _ bugfix: deadlock (on rubyforge) (? still valid ?)
23 _ bugfix: ferret corrupt index problem at index.c:901. see http://ferret.davebalmain.com/trac/ticket/279
24 _ bugfix: read before thread-index has finished loading then hides the
25    thread?!? wtf. (on jamie) (? still valid ?)
26 _ bugfix: width in index-mode needs to be determined per-character
27    rather than per-byte
28 _ search results: highlight relevant snippets and open to relevant
29    portion of thread
30 _ select all, starred, to me, etc
31 _ undo
32 _ gmail support
33 _ warnings: top-posting, missing attachment, ruby-talk:XXXX detection
34 _ Net::SMTP support
35 x user-defined hooks
36 x tab completion for to: and cc: in compose-mode
37 x individual labeling in thread-view-mode
38 x translate aliases in queries on to: and from: fields
39 x tab completion on labeling
40
41 future
42 ------
43 _ more control character support in buffer line editing
44 _ mboxz, mboxbz
45 _ swappable keymappings
46 _ bugfix: when returning from a shelling out, sometime ncurses is
47    crazy and refuses to interpret any keystrokes
48 _ configurable colors
49 _ better batch deletion (extend to non-mbox sources)
50 _ annotations on messages
51 _ pop
52 _ toggle wrapping
53 _ maybe: de-archived messages auto-added to inbox
54 _ prune old entries from contacts.txt so that it doesn't grow without
55    bound
56 _ maildir+ssh
57
58 maybe
59 -----
60 split out threading & message chunk parsing to a separate library
61 filters
62 rangefilter on the initial inbox to only consider the most recent 1000 messages
63
64 denied
65 ------
66 x rss feed reading: use rss2email
67
68 done
69 ----
70 x bugfix: any interactive prompt after "No new messages." flash has an
71    empty line above it.
72 x detect other sup instances and do something intelligent (because
73 x refactor all the *-search-results-mode classes
74 x decode RFC 2047 ("encoded word") headers
75   - see: http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/101949, http://dev.rubyonrails.org/ticket/6807
76    ferret crashes violently with more than one index writer open)
77 x create attachments
78 x add arbitrary labels to sources
79 x improve sup-config
80 x autoload more threads when you go down
81 x add a sync-back tool that at least works for mboxes
82 x thread by subject configurable in config.yaml
83 x view as text command if the mime view command fails for an attachment
84 x bugfix: attachment filenames sometimes not detected (filename=)
85 x bugfix: rmail multipart error
86 x bugfix: sup-add not prompting for old accounts, i think? possibly because
87     sources no longer respond_to? :username due to Recoverable wrapping
88 x wide character support
89 x i18n support
90 x tab completion on labels
91 x nice little startup config program
92 x bugfix: triggering a pageup when cursor scrolling up jumps to the
93    bottom of the page rather than the next line
94 x bugfix: final logging messages to stdout?
95 x bugfix: mbox directory shouldn't generate an exception, just an error
96 x bugfix: m in thread-view-mode when a person is not selected should open up a
97    blank compose-mode rather than do nothing
98 x bugfix: stars on messages with blue backgrounds still have green bgs
99 x ferret upgrade script (dump & restore)
100 x bugfix: mark messages as read immediately when t-v-m is opened
101 x compose in thread-view-mode auto-fills in person
102 x bugfix: 'N' in thread-view-mode (expand only new messages) crashes
103 x bugfix: detect source corruption at startup
104 x maildir
105 x bugfix: single-line messages come empty upon reply
106 x make 'A' archive in thread-view-mode
107 x remove stupid percent_done source methods (still useful; made it optional)
108 x don't quit while writing thread index state to disk or with unsaved drafts/messages
109 x bugfix: deleted threads are showing up (i don't see this any more)
110 x bugfix: changing IMAP ids
111 x bugfix: STILL new messages, drafts sometimes not showing up in inbox
112 x bugfix: killed threads
113 x bugfix: resuming a draft asks before discard
114 x add a flag to sup-import to force the creation of a new source (see http://rubyforge.org/forum/forum.php?thread_id=10973&forum_id=10340)
115 x use trollop to handle sup-devel args
116 x clean up import code and share between poll.rb and sup-import
117 x on startup, multi-threadedly call #connect on all sources 
118 x bugfix: first time viewing a message only gets the first to:; subsequent views get them all (wtf)
119 x search for other messages from author in thread-view-mode
120 x resuming of arbitrary messages
121 x alias authors in thread-view-mode
122 x fix up contact list mode: should display while loading, and when you add an alias, should move everything else to the right
123 x fix bug: envelope-to thing still not working
124 x fix snippet repetitions with small snippets
125 x fix next and previous in thread-view-mode with <unreceived messages>
126 x move sup-import username/password prompts to highline
127 x support different remote servers per user account
128 x 'R' to quick-resume most recent draft
129 x mbox+ssh
130 x handle broken sources better
131 x imap
132 x word wrap
133 x background indexing
134 x auto-insertion of draft messages
135 x drafts
136 x sent messages loader
137 x search: from
138 x contacts
139 x tagging for group operations
140 x view: starred, to me, etc
141 x pull in messages by subject as well in load_thread_for_
142 x reply+compose+forward
143 x resize
144 x buffer respawns
145 x readline
146 x "loading" message
147 x search: body, to/from, tags (requires: readline)
148 x highlighting/different color stuff
149 x config: your email, sendmail, etc
150 x status: to/from_you, cc_you_others
151 x status: new/not, important
152 x bugfix: miscellaneous weirdnesses in buffer line editing