From c52dfccd7c27448f3e291eae42c3d85c1f694940 Mon Sep 17 00:00:00 2001 From: djcb Date: Sun, 27 Nov 2011 16:24:55 +0200 Subject: [PATCH] * cosmetics --- NEWS | 5 ++--- src/mu-util.c | 4 ---- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 39eccf53..4e55c264 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/src/mu-util.c b/src/mu-util.c index 5a6a4698..f5f145ec 100644 --- a/src/mu-util.c +++ b/src/mu-util.c @@ -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)