* mu-maildir: preserve custom (non-standard) maildir file flags

This commit is contained in:
djcb
2012-06-13 09:10:22 +03:00
parent d497bfe804
commit 4dadca3a8d
3 changed files with 54 additions and 10 deletions

4
TODO
View File

@ -26,8 +26,6 @@
- show maildirs as a tree, not a list in speed bar
- mark message, decide what to do with them later
- make killing all windows (i.e.. 'fullscreen mode' optional)
- *BUG* don't remove unknown message flags when moving (see
https://github.com/djcb/mu/issues/20)
- improve fringe marks (see https://github.com/djcb/mu/issues/21)
** Done
@ -52,6 +50,8 @@
- *FIX* fix for strings where len (g_utf8_strdown (str)) > len (str)
- make sure marks correspond to the *current* message in message view (see
https://github.com/djcb/mu/issues/26)
- *FIX* don't remove unknown message flags when moving (see
https://github.com/djcb/mu/issues/20)