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