- use the right TODO
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Sat, 3 Feb 2007 16:09:35 +0000 (16:09 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Sat, 3 Feb 2007 16:09:35 +0000 (16:09 +0000)
pmo-trunk-r786

TODO [new file with mode: 0644]
src/TODO [deleted file]

diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..2b0df41
--- /dev/null
+++ b/TODO
@@ -0,0 +1,52 @@
+todo
+----
+i001: add a message view window; it's quite different from the edit view,
+      as it is readonly, and will use the html-view instead of text-view
+i002: message view and message edit window should know what account they apply to;
+      thus, the 'From:' information and TransportAccount can be decided
+i003: when creating a new message, the information should be set according to i002
+i004: message windows should get all the icons/toolbars/menus
+i005: all available menu items / toolbar items  should have accompanying
+      actions, or be removed
+i006: make UI (folder, header view) update automatically when there is a change (update,
+      delete, move, etc.)
+i007: make connecting to server async and  cancellable, progress shown
+i008: make sending message async and cancellable, progress shown
+i009: implement the send queue stuff; different queues for different
+      transports, but one outbox shown in ui. (use symlinks?)
+i010: make the modest manpage
+i011: make the modest webpage
+i012: use the platform icons (don't ship icons unless not provided by platform)
+i013: maemo: make tnymaemodevice track online/offline correctly
+i014: maemo: make all the platform integration stuff work (icons, .desktop, .service)
+i015: add 'edit' support to the account editor
+i017: port account setup / editor to maemo
+i018: make d&d work
+
+
+done
+----
+i016:: add 'make default' to the account editor
+
+
+later
+-----
+- automatically save new msgs to draft when changed, ask when closing
+- remember 'last updated' per-account
+- attachment support
+- dbus support
+- backup support
+- specific account for certain transport (TnyMaemoDevice)
+- only one account (+ local folders) visible at a time (maemo frontend)
+
+
+additional reqs
+---------------
+r001: should compile with -Wall -Werror
+r002: any remaining valgrind errors understood
+r003: all public functions documented
+r004: no segfaults
+r005: understand the limitations/bugs, so we can mention them
+r006: handle errors in all cases
+r007: track tinymail changes
+r008: track tinymail bugs, and report them
diff --git a/src/TODO b/src/TODO
deleted file mode 100644 (file)
index 7e7b9b7..0000000
--- a/src/TODO
+++ /dev/null
@@ -1,48 +0,0 @@
-todo
-----
-
-i001: add a message view window; it's quite different from the edit view,
-      as it is readonly, and will use the html-view instead of text-view
-i002: message view and message edit window should know what account they apply to;
-      thus, the 'From:' information and TransportAccount can be decided
-i003: when creating a new message, the information should be set according to i002
-i004: message windows should get all the icons/toolbars/menus
-i005: all available menu items / toolbar items  should have accompanying
-      actions, or be removed
-i006: make UI (folder, header view) update automatically when there is a change (update,
-      delete, move, etc.)
-i007: make connecting to server async and  cancellable, progress shown
-i008: make sending message async and cancellable, progress shown
-i009: implement the send queue stuff; different queues for different
-      transports, but one outbox shown in ui. (use symlinks?)
-i010: make the modest manpage
-i011: make the modest webpage
-i012: use the platform icons (don't ship icons unlesss not provide by platform)
-i013: maemo: make tnymaemodevice track online/offline correctly
-i014: maemo: make all the platform integration stuff work (icons, .desktop, .service)
-i015: add 'edit' support to the account editor
-done: i016:: add 'make default' to the account editor
-i017: port account setup / editor to maemo
-i018: make d&d work
-
-later
------
-- automatically save new msgs to draft when changed, ask when closing
-- remember 'last updated' per-account
-- attachment support
-- dbus support
-- backup support
-- specific account for certain transport (TnyMaemoDevice)
-- only one account (+ local folders) visible at a time (maemo frontend)
-
-
-additional reqs
----------------
-r001: should compile with -Wall -Werror
-r002: any remaining valgrind errors understood
-r003: all public functions documented
-r004: no segfaults
-r005: understand the limitations/bugs, so we can mention them
-r006: handle errors in all cases
-r007: track tinymail changes
-r008: track tinymail bugs, and report them