416
by Robert Widhopf-Fenk
Some updated and references fro TODO file. |
1 |
This file lists the bugs, feature requests and wishes for future versions |
2 |
of VM. If you are missing anything please let me know! |
|
3 |
||
414
by Robert Widhopf-Fenk
Reorganized the TODO file. |
4 |
******************************************************************************
|
5 |
EVERGREENS
|
|
6 |
||
7 |
There are some things which probably will never be fixed ... |
|
8 |
||
9 |
* Update the info file. News should also be there not in the NEWS file? |
|
10 |
||
11 |
* Cleanup and reorganize the code. |
|
12 |
||
13 |
* Better doc strings: VM has nearly none in the core, just my own extensions |
|
14 |
have been documented properly using "M-x checkdoc RET". |
|
15 |
||
16 |
* Enable sane extensions and configurations: The default should satisfy most |
|
17 |
people, but still allow one to disable what they dislike. |
|
18 |
||
416
by Robert Widhopf-Fenk
Some updated and references fro TODO file. |
19 |
* Integrate more extensions from others into the core. |
20 |
||
21 |
******************************************************************************
|
|
22 |
BUGS
|
|
23 |
||
488
by Robert Widhopf-Fenk
Update to todos. |
24 |
The bugs which should be fixed before the next release: |
25 |
||
505
by Robert Widhopf-Fenk
Syncing with Mozilla-Status may corrupt folder, thus disable it. |
26 |
* Syncing with Mozilla-Status may corrupt folder |
488
by Robert Widhopf-Fenk
Update to todos. |
27 |
|
28 |
The bugs that remain unsolved: |
|
29 |
||
30 |
* Sometimes the cursor is not restored correctly in GNU Emacs when visiting |
|
31 |
a folder multiple times during an Emacs session. |
|
32 |
||
33 |
* VM is dead slow in marking/deleting/... when a folder has thousands of |
|
34 |
messages. |
|
416
by Robert Widhopf-Fenk
Some updated and references fro TODO file. |
35 |
|
414
by Robert Widhopf-Fenk
Reorganized the TODO file. |
36 |
******************************************************************************
|
37 |
ROADMAP
|
|
38 |
||
416
by Robert Widhopf-Fenk
Some updated and references fro TODO file. |
39 |
The features planed for one of the next releases. |
488
by Robert Widhopf-Fenk
Update to todos. |
40 |
|
416
by Robert Widhopf-Fenk
Some updated and references fro TODO file. |
41 |
The order hints on the priority, but it is no gurantee. |
414
by Robert Widhopf-Fenk
Reorganized the TODO file. |
42 |
|
504
by Robert Widhopf-Fenk
Added initial support for thread folding in summaries. |
43 |
* Folding of threads in the summary |
44 |
||
479
by Robert Widhopf-Fenk
Updated some TODOs. |
45 |
* Display draft status in the modeline. (partially done) |
46 |
||
47 |
* Break up the customize stuff into more and smaller sub categories. |
|
466
by Robert Widhopf-Fenk
Added display draft status by modeline and SMIME. |
48 |
|
414
by Robert Widhopf-Fenk
Reorganized the TODO file. |
49 |
* GNU Emacs: does not highlight attachment buttons in compositions |
50 |
||
51 |
* Merge changes from the Debian package. |
|
52 |
||
459
by Robert Widhopf-Fenk
Added summary functions which should be come core ones. |
53 |
* Some of the user defined summary functions should become internal ones. |
54 |
E.g.: has-attachments, text/html, size, draft, ... |
|
414
by Robert Widhopf-Fenk
Reorganized the TODO file. |
55 |
|
56 |
* Better HTML support for both displaying and replying, but probably not for |
|
416
by Robert Widhopf-Fenk
Some updated and references fro TODO file. |
57 |
composition as there is no urge to surrender here! There should be a test |
58 |
for w3m-emacs, w3, lynx, w3m and the best method should be selected by |
|
59 |
default if not configured by the user. |
|
60 |
||
479
by Robert Widhopf-Fenk
Updated some TODOs. |
61 |
HTML only messages should be converted to mixed/alternative parts by |
416
by Robert Widhopf-Fenk
Some updated and references fro TODO file. |
62 |
vm-assimilate-html-message. vm-mime-show-alternatives should probably |
63 |
be smart enough to display all but the chosen part as button. |
|
414
by Robert Widhopf-Fenk
Reorganized the TODO file. |
64 |
|
479
by Robert Widhopf-Fenk
Updated some TODOs. |
65 |
"D" should switch between mixed/alternative parts and the undecoded |
66 |
resp. button representation. |
|
67 |
||
435
by Robert Widhopf-Fenk
Actually mailto: links work, they are just broken for w3m rendered messages. |
68 |
* Click in mailto: link does not work when being used from w3 buffers. |
69 |
||
414
by Robert Widhopf-Fenk
Reorganized the TODO file. |
70 |
* Virtual selectors matching on specific mime parts, e.g. |
71 |
(vm-vs-text regexp): matching only text parts and those which can be |
|
72 |
converted to text. |
|
73 |
(vm-vs-attachment regexp): matching the disposition of parts |
|
74 |
||
75 |
* Improved (i)search support: Only text parts and certain headers should be |
|
76 |
searched and it should also work for virtual folders. We might utilize |
|
416
by Robert Widhopf-Fenk
Some updated and references fro TODO file. |
77 |
virtual folder selectors here. [1] |
414
by Robert Widhopf-Fenk
Reorganized the TODO file. |
78 |
|
169
by Robert Widhopf-Fenk
Restructured TODO a bit and added new items. |
79 |
* Better IMAP support, i.e. just fetch headers, sync, offline, search. It is |
80 |
really bad now and thus I do use Thunderbird at work! |
|
414
by Robert Widhopf-Fenk
Reorganized the TODO file. |
81 |
|
82 |
* Maildir support: It is a nice format and possibly can fix the problem of |
|
83 |
huge mail folders, as VM must not read the whole buffer into memory, just |
|
84 |
the index. Also it would allow for using external indexing tools like |
|
85 |
http://www.rpcurnow.force9.co.uk/mairix/ and make folders really virtual. |
|
86 |
||
169
by Robert Widhopf-Fenk
Restructured TODO a bit and added new items. |
87 |
* Virtual folders everywhere, i.e. only one physical folder. VM should |
88 |
not read the folder into a buffer, but only query relevant messages from |
|
89 |
an maildb-backend. |
|
466
by Robert Widhopf-Fenk
Added display draft status by modeline and SMIME. |
90 |
|
91 |
* S/MIME PKI support. |
|
414
by Robert Widhopf-Fenk
Reorganized the TODO file. |
92 |
|
93 |
******************************************************************************
|
|
94 |
REST
|
|
95 |
||
96 |
The unsorted and remaining ones. |
|
97 |
||
416
by Robert Widhopf-Fenk
Some updated and references fro TODO file. |
98 |
* Marking + Delete is dead slow on folders with many (>2000) messages. |
99 |
||
100 |
* Shortcut to expunge a single message. |
|
414
by Robert Widhopf-Fenk
Reorganized the TODO file. |
101 |
|
102 |
From EU |
|
103 |
||
104 |
* Fix bugs when marking threads by "M T". Sometimes it misses some messages, |
|
105 |
IMHO ones of broken MUAs not setting the References: header, but hey we |
|
106 |
cannot fix them so let's work around them. |
|
80
by Robert Widhopf
Added files I missed to add. |
107 |
|
169
by Robert Widhopf-Fenk
Restructured TODO a bit and added new items. |
108 |
* for text/alternative messages, when the plain text part is |
80
by Robert Widhopf
Added files I missed to add. |
109 |
displayed internally, [add variable that will allow to] show icon |
110 |
for the html (or rich text) part, which will allow to delete it |
|
111 |
easily using $d. I now have to edit these by hand... |
|
112 |
||
169
by Robert Widhopf-Fenk
Restructured TODO a bit and added new items. |
113 |
* The binding of mouse-3 overrides the usual usage of mouse-3 which |
80
by Robert Widhopf
Added files I missed to add. |
114 |
is very useful. An option to allow binding this menu to another |
115 |
key (C-mouse-3?) would be great. |
|
116 |
||
169
by Robert Widhopf-Fenk
Restructured TODO a bit and added new items. |
117 |
* when attachments appear with no empty line separating them from the |
80
by Robert Widhopf
Added files I missed to add. |
118 |
text, the attachment icon appears on the same line as the text |
119 |
before it. this results in poor appearance (I think), Would be |
|
120 |
much nicer to show the attachment icon on a separate line, rather |
|
121 |
than continued on the last text line as now. |
|
122 |
||
169
by Robert Widhopf-Fenk
Restructured TODO a bit and added new items. |
123 |
* Typing h when in the presentation window makes vm display only a |
80
by Robert Widhopf
Added files I missed to add. |
124 |
single windows with headers rather than adding a headers window to |
125 |
the presentation mode window. (when in vm, change to presentation |
|
126 |
buffer, type C-x1 and then h" |
|
127 |
||
169
by Robert Widhopf-Fenk
Restructured TODO a bit and added new items. |
128 |
* When reading mail I have the frame divided into three windows: |
80
by Robert Widhopf
Added files I missed to add. |
129 |
headers, presentation and BBDB. When replying from the header |
130 |
window, the reply window just replaces the headers window, leaving |
|
131 |
the presentation window and the BBDB window unchanged. The |
|
132 |
resulting reply window is too small... would be good to have it |
|
133 |
replace all three windows (headers, presentation, BBDB) until the |
|
134 |
reply is sent. |
|
135 |
||
416
by Robert Widhopf-Fenk
Some updated and references fro TODO file. |
136 |
******************************************************************************
|
137 |
REFERENCES
|
|
138 |
||
139 |
[1] Newsgroups: gnu.emacs.vm.info |
|
140 |
Subject: Re: Improved search for mixed (mime) ascii/html folders? |
|
141 |
||
142 |
[2] Message-ID: <1159541555.884682.318660@c28g2000cwb.googlegroups.com> |
|
143 |
Newsgroups: gnu.emacs.vm.info |
|
144 |
Subject: VM feature requests |
|
145 |
Date: 29 Sep 2006 07:52:35 -0700 |
|
146 |
||
147 |
;;; Local Variables: *** |
|
148 |
;;; mode:text *** |
|
149 |
;;; End: *** |