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