This commit is contained in:
djcb 2012-11-08 21:35:01 +02:00
parent 3c06758928
commit e5e5955752
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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),