fixed a type-o

svn path=/trunk/; revision=16597
This commit is contained in:
Jeffrey Stedfast
2002-04-26 19:08:59 +00:00
parent c31584940d
commit 041d28472c

View File

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