2007-11-16 [wwp] 3.0.2cvs141
[claws.git] / src / common / utils.c
index 1bc69c9af756432b2c443e977a350b5b109f7d99..f49f1f1ca16cc79107dece355c63fae71b3913a3 100644 (file)
@@ -1606,7 +1606,8 @@ gint scan_mailto_url(const gchar *mailto, gchar **to, gchar **cc, gchar **bcc,
                }
        }
 
                }
        }
 
-       *attach = my_att;
+       if (attach)
+               *attach = my_att;
        return 0;
 }
 
        return 0;
 }