Use ‘resend’ instead of ‘bounce’ in GUI and source
commit940986db653637b5cc52c68fddcae44bba0b0c05
authorErik Quaeghebeur <trojita@equaeghe.nospammail.net>
Thu, 25 Jan 2018 22:19:22 +0000 (25 23:19 +0100)
committerErik Quaeghebeur <kde@equaeghe.nospammail.net>
Thu, 2 Aug 2018 22:17:43 +0000 (3 00:17 +0200)
tree1da4e5922dd819caca5f3ccc74d77d3d8c937286
parentfee56b6f32f91de23a52f0a0aea2789370af8c60
Use ‘resend’ instead of ‘bounce’ in GUI and source

Trojitá supports ‘Resending’ messages, where a message is taken,
some Resent-headers are added at the top, and then sent otherwise
unchanged. This was described as ‘Bouncing’ in the source and
(partly) in the GUI. Bouncing is more often used to denote sending
a message to the sender signalling non-reception; such
functionality is also included in some MUAs to fake non-reception.

To avoid confusion, all terminology has been migrated from
‘bounce’ to ‘resend’, both in strings shown in the GUI and names
used in the source code, including the name of the as of yet
non-existent icon. This includes the correction of an incorrect
naming of the resending action as ‘Edit as New E-Mail Message’.

Change-Id: If8abdafb7a7c867d0d70f118561fdb7270bd96ce
src/Gui/ComposeWidget.cpp
src/Gui/Window.cpp
src/Gui/Window.h