diff options
Diffstat (limited to 'mail/mail-display.c')
-rw-r--r-- | mail/mail-display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-display.c b/mail/mail-display.c index 7bca9aa67c..09b62c9bf9 100644 --- a/mail/mail-display.c +++ b/mail/mail-display.c @@ -660,7 +660,7 @@ on_object_requested (GtkHTML *html, GtkHTMLEmbedded *eb, gpointer data) to pass a bunch of useful things to all embedded controls. */ const CamelInternetAddress *from; char *from_address; - MailConfigIdentity *id; + const MailConfigIdentity *id; id = mail_config_get_default_identity (); if (!id) |