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