Changeset 3684

Show
Ignore:
Timestamp:
05/26/08 14:43:43
Author:
vivek
Message:
  • Merged fix for 85502 from trunk.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • releases/modest/diablo-pe1/libtinymail-camel/tny-camel-bs-mime-part.c

    r3667 r3684  
    390390 
    391391        if (contdisp) { 
    392                 if (camel_strstrcase (contdisp, "inline")) 
    393                         return FALSE; 
    394392                if (camel_strstrcase (contdisp, "attachment")) 
    395393                        return TRUE; 
     394                if (camel_strstrcase (contdisp, "inline") && mimeparam_get_value_for (priv->bodystructure->disposition.params, "FILENAME") == NULL) 
     395                        return FALSE; 
    396396        } 
    397397