From 041d28472cdcd064675f66e30d789cd6abcd2071 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 26 Apr 2002 19:08:59 +0000 Subject: fixed a type-o svn path=/trunk/; revision=16597 --- composer/e-msg-composer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index 368274600b..bf93b80762 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -518,7 +518,7 @@ build_message (EMsgComposer *composer) if (hdrs->account && hdrs->account->pgp_encrypt_to_self) { CamelInternetAddress *from = NULL; - if (hdrs->accounts && hdrs->account->pgp_key && *hdrs->account->pgp_key) { + if (hdrs->account && hdrs->account->pgp_key && *hdrs->account->pgp_key) { address = hdrs->account->pgp_key; } else { /* time for plan b */ -- cgit v1.2.3