* cosmetics

This commit is contained in:
djcb 2011-11-27 16:24:55 +02:00
parent 2b5b2f8262
commit c52dfccd7c
2 changed files with 2 additions and 7 deletions

5
NEWS
View File

@ -4,12 +4,12 @@
- '--descending' has been renamed into '--reverse'
- search for attachment MIME-type using 'mime:' or 'y:'
- search for text in text-attacments using 'attach:' or 'a:'
- search for text in text-attachments using 'attach:' or 'a:'
- searching for attachment file names now uses 'file:' (it was 'attach:',
but has a different meaning now, see above)
- experimental emacs-based mail client
* Release 0.9.7 <>
** Release 0.9.7 <>
- don't enforce UTF-8 output, use locale (fixes issue #11)
- add mail threading to mu-find (using -t/--threads) (sorta fixes issue #13)
@ -49,7 +49,6 @@
- add 'flag:unread' as a synonym for 'flag:new OR NOT flag:unseen'
- updated documentation
** Release 0.9.3 <2011-02-13 Sun>
- don't warn about missing files with --quiet

View File

@ -294,10 +294,6 @@ mu_util_str_from_strv (const gchar **params)
}
int
mu_util_create_writeable_fd (const char* path, mode_t mode,
gboolean overwrite)