mu: use '.msgpart' as extension
We were using '.part', but some desktop software interprets that as a partial download.
This commit is contained in:
@ -271,7 +271,7 @@ guess_file_name (GMimeObject *mobj, unsigned index)
|
|||||||
return g_strdup_printf ("vcal-%u.vcs", index);
|
return g_strdup_printf ("vcal-%u.vcs", index);
|
||||||
|
|
||||||
/* fallback */
|
/* fallback */
|
||||||
return g_strdup_printf ("%u.part", index);
|
return g_strdup_printf ("%u.msgpart", index);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user