QuickReply 
| Installation: | Downloads Source Code |
|---|---|
| resources: | Home Mailing List Screenshots |
| localized sites: | Deutsch More to Come ! |
$descr
\n"; } if( file_exists( $listfile ) ) { $filearray = file( $listfile ); } else { $filearray = (0 == 1); } if ( $filearray ) { echo '- ';
foreach ( $filearray as $ln => $line ) {
chop( $line );
list( $done, $item ) = explode( ' ', $line, 2 );
echo '
- '.( $done ? $donestring : '' ).$item." \n"; } echo '
What's New
This is the home of the project.
This extension adds a small edit box and a button above or below the email message text in the main Thunderbird interface or message window. If you type some text in the QuickReply box and then click the 'Send Reply' button, a reply is sent to the writer of the currently selected email with the typed text in the body.
Quick Reply will work on any TB versions newer than 20040322, including TB 1.0)
Quick Reply version 0.5.5a is released!
fixed will be fixed in the next release.', $WWWROOT.'bugs.inc', 'Fixed ', 'At the moment, there are no known bugs! If you do have one, feel free to let us know, though.' ); doList( 'Todos', 'Items marked done will be included in the next release (0.5.5).', $WWWROOT.'todos.inc', 'Done ', 'At the moment, there are no todos.' ); ?>