Add a menu entry to insert attachments

This commit is contained in:
Pierre Pronchery 2016-05-25 01:18:46 +02:00
parent 80bf663f97
commit c6ab5bf263

View File

@ -202,6 +202,9 @@ static DesktopMenu _menu_insert[] =
{
{ N_("File..."), G_CALLBACK(_compose_on_insert_file), "insert-text", 0,
0 },
{ "", NULL, NULL, 0, 0 },
{ N_("Attachment..."), G_CALLBACK(_compose_on_attach), "stock_attach",
0, 0 },
{ NULL, NULL, NULL, 0, 0 }
};