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