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