RT-Extension-CopySubjectButton - Button that copies the subject in proper format for mail client reply
Adds a button next to the subject header, of a ticket, that copies the subject in proper format to reply using a mail client. Just paste it in the subject line of your mail reply.
Works with RT 5.0.2
perl Makefile.PL
make
make install
May need root permissions
Add this line:
Plugin('RT::Extension::CopySubjectButton');
rm -rf /opt/rt5/var/mason_data/obj
Averkios Averkiadis <aaverkios at outlook dot com>
All bugs should be reported via email to bug-RT-Extension-CopySubjectButton@rt.cpan.org or via the web at rt.cpan.org.
This software is Copyright (c) 2022 by Averkios Averkiadis
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991
To install RT::Extension::CopySubjectButton, copy and paste the appropriate command in to your terminal.
cpanm
cpanm RT::Extension::CopySubjectButton
CPAN shell
perl -MCPAN -e shell install RT::Extension::CopySubjectButton
For more information on module installation, please visit the detailed CPAN module installation guide.