$from ...
[apps/madmutt.git] / send.c
diff --git a/send.c b/send.c
index 1c442a0..3bddf4e 100644 (file)
--- a/send.c
+++ b/send.c
@@ -1022,8 +1022,8 @@ address_t *mutt_default_from (void)
    * Is this the right thing to do?
    */
 
-  if (From)
-    adr = address_dup(From);
+  if (MAlias.from)
+    adr = address_dup(MAlias.from);
   else if (MCore.use_domain) {
     const char *fqdn = mutt_fqdn (1);
     adr = address_new();