Opened 4 years ago

Closed 4 years ago

#1485604 closed Feature Patches (fixed)

no signature option on compose

Reported by: ldeviator Owned by:
Priority: 5 Milestone: 0.3-beta
Component: Core functionality Version: git-master
Severity: normal Keywords:
Cc:

Description

Sometimes my users want to send an email from a link with action=compose and _to and _subject fields defined in _GET, but don't want to have their signature included.

This is useful for emails that will go to pagers or other devices where the body space is at a premium

with this patch, we can use links like this

_action=compose&_to=me@example.com&subject=Hello%20World&nosig=true

which will open a compose window and leave off the signature for that message's (and only that message's) composition.

Attachments (1)

nosig.patch (891 bytes) - added by ldeviator 4 years ago.
no signature option

Download all attachments as: .zip

Change History (4)

Changed 4 years ago by ldeviator

no signature option

comment:1 Changed 4 years ago by tensor

ldeviator, how can a user land on an URL with a 'nosig=true' attached to query string?

comment:2 Changed 4 years ago by ldeviator

if they are created outside roundcube in some sort of directory page...

for instance if I wanted to send a SMS message to someone via the email address 1235554321@… my company uses URLs like

http://example.com/roundcubemail/index.php?_action=compose&_to=1235554321@messaging.sprintpcs.com&_subject=hello&nosig=true

comment:3 Changed 4 years ago by alec

  • Milestone changed from later to 0.3-beta
  • Resolution set to fixed
  • Status changed from new to closed

Applied in [7c8b8060].

Note: See TracTickets for help on using tickets.