From e5e595575283676edc19cda11911de68015962d1 Mon Sep 17 00:00:00 2001 From: djcb Date: Thu, 8 Nov 2012 21:35:01 +0200 Subject: [PATCH] * minor --- mu4e/mu4e-draft.el | 2 +- toys/msg2pdf/msg2pdf.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mu4e/mu4e-draft.el b/mu4e/mu4e-draft.el index 6eb7b82b..8b3a95fc 100644 --- a/mu4e/mu4e-draft.el +++ b/mu4e/mu4e-draft.el @@ -184,7 +184,7 @@ separator is never written to the message file. Also see ;; value for this (such as "") breaks address completion and other things (set (make-local-variable 'mail-header-separator) (purecopy "--text follows this line--")) - + (put 'mail-header-separator 'permanent-local t) (save-excursion (let ((sepa (propertize mail-header-separator 'intangible t diff --git a/toys/msg2pdf/msg2pdf.c b/toys/msg2pdf/msg2pdf.c index ba3e985e..4e2b1792 100644 --- a/toys/msg2pdf/msg2pdf.c +++ b/toys/msg2pdf/msg2pdf.c @@ -131,7 +131,7 @@ generate_pdf (MuMsg *msg, const char *str, GError **err) WebKitWebSettings *settings; WebKitLoadStatus status; time_t started; - const int max_time = 3; /* max two seconds to download stuff */ + const int max_time = 3; /* max 3 seconds to download stuff */ settings = webkit_web_settings_new (); g_object_set (G_OBJECT(settings),