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