~vm/vm/message

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Robert Widhopf-Fenk
  • Date: 2007-05-10 21:57:24 UTC
  • Revision ID: hack@robf.de-20070510215724-fg9cmgg1tkpodde0
Reorganized the TODO file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
!!!! Create a road map and overview on wanted features ... !!!
2
 
 
3
 
From: hack@robf.de
4
 
 
5
 
 * Autoloading should be optimized, currently we load almost all ;-/
6
 
 * Marking + Delete is dead slow on folders with many (>2000) messages 
7
 
 * Update the info file
8
 
 * enable sane extensions by default
9
 
 * Cleanup and reorganize 
10
 
 * Fix bugs when marking threads by "M T".  Sometimes it misses some messages,
11
 
   IMHO ones of broken MUAs, but hey we cannot fix them so let's work around
12
 
   them.
 
1
******************************************************************************
 
2
EVERGREENS
 
3
 
 
4
There are some things which probably will never be fixed ...
 
5
 
 
6
 * Update the info file. News should also be there not in the NEWS file?
 
7
 
 
8
 * Cleanup and reorganize the code.
 
9
 
 
10
 * Better doc strings: VM has nearly none in the core, just my own extensions
 
11
   have been documented properly using "M-x checkdoc RET".
 
12
 
 
13
 * Enable sane extensions and configurations: The default should satisfy most
 
14
   people, but still allow one to disable what they dislike. 
 
15
 
 
16
******************************************************************************
 
17
ROADMAP
 
18
 
 
19
The features planed for one of the next releases
 
20
 
 
21
 * GNU Emacs: does not highlight attachment buttons in compositions
 
22
 
 
23
 * Merge changes from the Debian package.
 
24
 
 
25
 * Some of the user defined summary specifiers should become internal ones.
 
26
 
 
27
 * Better HTML support for both displaying and replying, but probably not for
 
28
   composition as there is no urge to surrender here! 
 
29
 
 
30
 * Virtual selectors matching on specific mime parts, e.g.
 
31
   (vm-vs-text regexp): matching only text parts and those which can be
 
32
      converted to text. 
 
33
   (vm-vs-attachment regexp):  matching the disposition of parts
 
34
 
 
35
 * Improved (i)search support: Only text parts and certain headers should be
 
36
   searched and it should also work for virtual folders.  We might utilize
 
37
   virtual folder selectors here. 
 
38
 
13
39
 * Better IMAP support, i.e. just fetch headers, sync, offline, search.  It is
14
40
   really bad now and thus I do use Thunderbird at work!
 
41
 
 
42
 * Maildir support: It is a nice format and possibly can fix the problem of
 
43
   huge mail folders, as VM must not read the whole buffer into memory, just
 
44
   the index.  Also it would allow for using external indexing tools like
 
45
   http://www.rpcurnow.force9.co.uk/mairix/ and make folders really virtual.
 
46
 
15
47
 * Virtual folders everywhere, i.e. only one physical folder.  VM should
16
48
   not read the folder into a buffer, but only query relevant messages from
17
49
   an maildb-backend.
18
 
 * GNU Emacs: highlight attachment buttons
19
 
 
20
 
----
21
 
 
22
 
From: EU
23
 
Message-ID: <BAY107-F312750B976E45598305D8EF8110@phx.gbl>
 
50
 
 
51
******************************************************************************
 
52
REST
 
53
 
 
54
The unsorted and remaining ones.
 
55
 
 
56
 * Marking + Delete is dead slow on folders with many (>2000) messages
 
57
 
 
58
From EU
 
59
 
 
60
 * Fix bugs when marking threads by "M T".  Sometimes it misses some messages,
 
61
   IMHO ones of broken MUAs not setting the References: header, but hey we
 
62
   cannot fix them so let's work around them.
24
63
 
25
64
 * for text/alternative messages, when the plain text part is
26
65
   displayed internally, [add variable that will allow to] show icon
50
89
   replace all three windows (headers, presentation, BBDB) until the
51
90
   reply is sent.
52
91
 
53
 
----
54
 
 
55
 
From: RPG
56
 
 
57
 
 Message-ID: <1159541555.884682.318660@c28g2000cwb.googlegroups.com>
58
 
 Newsgroups: gnu.emacs.vm.info
59
 
 Subject: VM feature requests
60
 
 Date: 29 Sep 2006 07:52:35 -0700
61
 
 
62
 
From: Robert Marshall
63
 
 
64
 
 From: Robert Marshall <s...@chezmarshall.freeserve.co.uk>
65
 
 Newsgroups: gnu.emacs.vm.info
66
 
 Subject: completion-ignored-extensions
67
 
 Date: Sun, 01 Oct 2006 22:46:17 +0100
68
 
 Message-ID: <m18xjz7lqu.fsf@chezmarshall.freeserve.co.uk>
69
 
 
70
 
From: blueman
71
 
 
72
 
 Newsgroups: gnu.emacs.vm.info
73
 
 Subject: Re: Improved search for mixed (mime) ascii/html folders?
 
92