/usr/share/tkrat2.2/text_features_pt.tcl is in tkrat 1:2.2cvs20100105-true-dfsg-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | #################################################################
# DO NOT EDIT!
#
# This file is automatically generated from files in the Text/ subdirectory
#
# TkRat software and its included text is Copyright 1996-2004 by
# Martin Forssen
#
# The full text of the legal notices is contained in the file called
# COPYRIGHT, included with this distribution.
#
# The following is the function which does the actual work
proc init_features_pt {} {
global features
set features(1) {There is a new mechanism to inform about new features.
Added support for Mozilla & Galeon as external web-browsers.
Users can now select how URLs are opened in browsers.}
set features(2) {Added support for SMTP authentication.}
set features(3) {There is now a wizard to help defining new folders.}
set features(4) {Implemented a "First use wizard" to help first-time users to get set up.}
set features(5) {You can now use shift-left-mousebutton or middle mousebutton to flag messages.}
set features(6) {It is now possible to specify PGP keys and default actions for address book entries.}
set features(7) {The database search window has been improved. It is now possible to specify a time interval to search within.}
set features(8) {It is now possible to forward (separately or in one message) and bounce a group of messages.}
set features(9) {Messages sent while in offline mode are placed in the "Outgoing" folder. There you can delete them or make changes by selecting "Continue composing" in the message menu.}
set features(10) {Added in-line spelling checker to compose window. By default it will guess the language based on the first ten words you write. Misspelled words are underlined in red, right-click for replacements menu.}
set features(11) {Now supports both aspell and ispell as spelling checker commands}
set features(12) {It is now possible to filter the list of messages}
set features(13) {There is now an address history list. It pops up automatically when you start writing an address and shows possible completions from the last 500 addresses you sent email to.}
set features(14) {It is now possible to change the way dates are formatted in the list of messages.}
set features(15) {TkRat can now list and save the files contained in winmail.dat attachments (if the tnef command is installed).}
set features(16) {It is now possible to delete attchments from stored messages.}
}
#
# DO NOT EDIT!
# This file is automatically generated from files in the Text/ subdirectory
##############################################################################
|