diff --git a/src/IconCollection.vala b/src/IconCollection.vala index 2e9d823..d1182df 100644 --- a/src/IconCollection.vala +++ b/src/IconCollection.vala @@ -543,6 +543,11 @@ description = _("Send an email"), category = ACTIONS }, + Icon () { + name = "mail-send-receive", + description = _("Send and receive all email"), + category = ACTIONS + }, Icon () { name = "media-eject", description = _("Eject removable media"),