]> git.cworth.org Git - sup/blob - doc/TODO
more todo updates
[sup] / doc / TODO
1 for 0.5
2 -------
3 _ mark thread as unread should remember the unread messages and mark
4   only them as unread, just like gmail
5 _ bugfix: time zone parsing broken?
6 _ need a better way to force an address to a particular name,
7   for things like evite addresses
8 _ imap "add all folders on this server" option in sup-add
9 _ for new message flashes, add new message counts until keypress
10 _ bugfix: missing sources should be handled better
11 _ search results: highlight relevant snippets and open to relevant
12   portion of thread
13 _ have "notes" (treated as emails to oneself, never sent) as
14   first-class objects.
15
16 for 0.4
17 -------
18 _ bugfix: pressing S on an email address should search to/from
19 _ bugfix: thread ordering in thread-index-mode sometimes jumps around with 'M'
20 _ bugfix in completion: capitalization for contact names
21 _ imap: cache headers
22 _ imap: share connection to the same server.
23 _ dispatch-and-kill version of mark thread as unread in thread-view-mode
24 _ forward for one or more tagged messages should attach them
25 _ mbox: don't keep filehandles open, and protect all reads with dotlockfile
26 _ bugfix: screwing with the headers when editing causes a crash
27
28 future
29 ------
30 _ ldbd support
31 _ don't use a people.txt; store email addresses directly in the index. too many
32   problems with email addresses that occur with multiple names.
33 _ infix match instead of prefix match for tab completion
34 _ fix killed threads contributing to unread message count problem (prob. need
35   to maintain all killed message ids and our own unread message count for
36   inbox).
37 _ emlx support (some os x thing)
38 _ tab completion for mid-text cursors
39 _ bugfix: not horizontal scrolling for ncurses text field entry
40 _ use trac or something. this file is getting a little silly.
41 _ saved searches
42 _ bugfix: sometimes, when one new message comes into an imap folder,
43   we don't catch it until a reload. but we do see a message
44   indicating they're loaded to inbox (imap only? hard to reproduce.)
45 _ bugfix: ferret flakiness: just added message but can't find it.
46    possibly a message id tokenization issue.
47 _ bugfix: read before thread-index has finished loading then hides the
48   thread?!? wtf. (on jamie) (? still valid ?)
49 _ bugfix: display field width in index-mode needs to be determined
50    per-character rather than per-byte
51 _ select all, starred, to me, etc
52 _ undo
53 _ Net::SMTP support
54 _ ruby-talk:XXXX detection (via hooks?)
55 _ more control character support in buffer line editing
56 _ mboxz, mboxbz
57 _ swappable keymappings
58 _ bugfix: when returning from a shelling out, sometime ncurses is
59    crazy and refuses to interpret any keystrokes
60 _ configurable colors
61 _ better batch deletion (extend to non-mbox sources)
62 _ annotations on messages
63 _ pop support
64 _ toggleble wrapping of text
65 _ maybe: de-archived messages auto-added to inbox
66 _ prune old entries from people.txt so that it doesn't grow without
67    bound
68 _ maildir+ssh
69
70 maybe
71 -----
72 _ split out threading & message chunk parsing to a separate library
73 _ rangefilter on the initial inbox to only consider the most recent 1000 messages
74
75 denied
76 ------
77 x rss feed reading: use rss2email
78 x gmail support: obsoleted by imap
79
80 done
81 ----
82 x forwards optionally include attachments
83 x flesh out gpg integration: sign & encrypt outgoing
84 x pressing A in thread-view-mode should jump to next message
85 x multi-thread dump upon crash
86 x hook manager caches values of any proc "variables"
87 x bugfix: remove delay on startup if a usual imap source exists
88 x bugfix: broken source handling still needs to be improved
89 x speed up querying
90 x bugfix: sources sometimes aren't added by sup-add
91 x more widgets: terminal title, statusbar
92 x mailing list auto-subscribe/unsubscribe
93 x bugfix: contacts.txt isn't parsed correctly when there are spaces in
94    aliases
95 x bugfix: @ signs in names make sendmail die silently
96 x bugfix: sent.mbox and >From
97 x bugfix: tokenized email addresses (amazon.com, etc)
98 x bugfix: trailing spaces in buffermanager.ask
99 x bugfix: need to URL-unescape maildir folders
100 x bugfix: downcasing tab completion
101 x warnings: top-posting, missing attachment
102 x hookability
103 x bugfix: deadlock (on rubyforge) (? still valid ?)
104 x bugfix: ferret corrupt index problem at index.c:901. see http://ferret.davebalmain.com/trac/ticket/279
105 x tab completion for to: and cc: in compose-mode
106 x individual labeling in thread-view-mode
107 x translate aliases in queries on to: and from: fields
108 x tab completion on labeling
109 x bugfix: any interactive prompt after "No new messages." flash has an
110    empty line above it.
111 x detect other sup instances and do something intelligent (because
112    ferret crashes violently with more than one index writer open)
113 x refactor all the *-search-results-mode classes
114 x decode RFC 2047 ("encoded word") headers
115   - see: http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/101949, http://dev.rubyonrails.org/ticket/6807
116 x create attachments
117 x add arbitrary labels to sources
118 x improve sup-config
119 x autoload more threads when you go down
120 x add a sync-back tool that at least works for mboxes
121 x thread by subject configurable in config.yaml
122 x view as text command if the mime view command fails for an attachment
123 x bugfix: attachment filenames sometimes not detected (filename=)
124 x bugfix: rmail multipart error
125 x bugfix: sup-add not prompting for old accounts, i think? possibly because
126     sources no longer respond_to? :username due to Recoverable wrapping
127 x wide character support
128 x i18n support
129 x tab completion on labels
130 x nice little startup config program
131 x bugfix: triggering a pageup when cursor scrolling up jumps to the
132    bottom of the page rather than the next line
133 x bugfix: final logging messages to stdout?
134 x bugfix: mbox directory shouldn't generate an exception, just an error
135 x bugfix: m in thread-view-mode when a person is not selected should open up a
136    blank compose-mode rather than do nothing
137 x bugfix: stars on messages with blue backgrounds still have green bgs
138 x ferret upgrade script (dump & restore)
139 x bugfix: mark messages as read immediately when t-v-m is opened
140 x compose in thread-view-mode auto-fills in person
141 x bugfix: 'N' in thread-view-mode (expand only new messages) crashes
142 x bugfix: detect source corruption at startup
143 x maildir
144 x bugfix: single-line messages come empty upon reply
145 x make 'A' archive in thread-view-mode
146 x remove stupid percent_done source methods (still useful; made it optional)
147 x don't quit while writing thread index state to disk or with unsaved drafts/messages
148 x bugfix: deleted threads are showing up (i don't see this any more)
149 x bugfix: changing IMAP ids
150 x bugfix: STILL new messages, drafts sometimes not showing up in inbox
151 x bugfix: killed threads
152 x bugfix: resuming a draft asks before discard
153 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)
154 x use trollop to handle sup-devel args
155 x clean up import code and share between poll.rb and sup-import
156 x on startup, multi-threadedly call #connect on all sources 
157 x bugfix: first time viewing a message only gets the first to:; subsequent views get them all (wtf)
158 x search for other messages from author in thread-view-mode
159 x resuming of arbitrary messages
160 x alias authors in thread-view-mode
161 x fix up contact list mode: should display while loading, and when you add an alias, should move everything else to the right
162 x fix bug: envelope-to thing still not working
163 x fix snippet repetitions with small snippets
164 x fix next and previous in thread-view-mode with <unreceived messages>
165 x move sup-import username/password prompts to highline
166 x support different remote servers per user account
167 x 'R' to quick-resume most recent draft
168 x mbox+ssh
169 x handle broken sources better
170 x imap
171 x word wrap
172 x background indexing
173 x auto-insertion of draft messages
174 x drafts
175 x sent messages loader
176 x search: from
177 x contacts
178 x tagging for group operations
179 x view: starred, to me, etc
180 x pull in messages by subject as well in load_thread_for_
181 x reply+compose+forward
182 x resize
183 x buffer respawns
184 x readline
185 x "loading" message
186 x search: body, to/from, tags (requires: readline)
187 x highlighting/different color stuff
188 x config: your email, sendmail, etc
189 x status: to/from_you, cc_you_others
190 x status: new/not, important
191 x bugfix: miscellaneous weirdnesses in buffer line editing