瀏覽代碼

updated a few things in preparation for the 0.5pre1 release

Luke Ehresman 25 年之前
父節點
當前提交
24258a460a
共有 8 個文件被更改,包括 386 次插入408 次删除
  1. 5 1
      ChangeLog
  2. 1 1
      README
  3. 7 11
      config/config_default.php
  4. 0 5
      functions/imap_search.php
  5. 364 381
      po/squirrelmail.po
  6. 2 2
      src/compose.php
  7. 1 1
      src/load_prefs.php
  8. 6 6
      src/search.php

+ 5 - 1
ChangeLog

@@ -1,5 +1,9 @@
-Version 0.5pre1 -- DEVELOPMENT
+Version 0.5pre2 -- DEVELOPMENT
 ------------------------------
 ------------------------------
+
+
+Version 0.5pre1 -- August 9, 2000 
+---------------------------------
 - Searching folders functionality added 
 - Searching folders functionality added 
 - Date display now is similar to Netscape Messenger
 - Date display now is similar to Netscape Messenger
 - Many bugs have been reported to the list, and been squashed
 - Many bugs have been reported to the list, and been squashed

+ 1 - 1
README

@@ -29,7 +29,7 @@ have a few minutes, please send us an email to let us know!  You can send
 it to our mailing list:  squirrelmail-list@sourceforge.net
 it to our mailing list:  squirrelmail-list@sourceforge.net
 
 
 You can also go to the page below and fill out a small form to get listed
 You can also go to the page below and fill out a small form to get listed
-with the list of people already using SquirrelMail.
+with the list of people already using SquirrelMail (free advertising).
 
 
    http://www.squirrelmail.org/index.php3?page=16
    http://www.squirrelmail.org/index.php3?page=16
 
 

+ 7 - 11
config/config_default.php

@@ -174,8 +174,6 @@
 //     want.  For an example of a theme, see the ones included in the config
 //     want.  For an example of a theme, see the ones included in the config
 //     directory.
 //     directory.
 //
 //
-//     You can download themes from http://squirrelmail.sourceforge.net/index.php3?page=10
-//
 //  To add a new theme to the options that users can choose from, just add
 //  To add a new theme to the options that users can choose from, just add
 //  a new number to the array at the bottom, and follow the pattern.
 //  a new number to the array at the bottom, and follow the pattern.
 
 
@@ -222,17 +220,15 @@
 //    Array of arrays with LDAP server parameters. See
 //    Array of arrays with LDAP server parameters. See
 //    functions/abook_ldap_server.php for a list of possible
 //    functions/abook_ldap_server.php for a list of possible
 //    parameters
 //    parameters
+//
+//    EXAMPLE:
+//
+//    $ldap_server[0] = Array(
+//			"host" => "memberdir.netscape.com",
+//			"name" => "Netcenter Member Directory",
+//			"base" => "ou=member_directory,o=netcenter.com");
 
 
-    $ldap_server[0] = Array(
-			"host" => "memberdir.netscape.com",
-			"name" => "Netcenter Member Directory",
-			"base" => "ou=member_directory,o=netcenter.com");
 
 
-    $ldap_server[1] = Array(
-			"host" => "ldap.bigfoot.com",
-			"name" => "Bigfoot Directory",
-			"base" => "",
-			"charset" => "iso8859-1");
 
 
  // you have an option to chose between javascript or html version of
  // you have an option to chose between javascript or html version of
  // address book searching.  
  // address book searching.  

+ 0 - 5
functions/imap_search.php

@@ -121,11 +121,6 @@ function sqimap_search($imapConnection,$search_where,$search_what,$mailbox,$colo
 
 
       // There's gotta be messages in the array for it to sort them.
       // There's gotta be messages in the array for it to sort them.
 
 
-      # Carn't Use the Display messages function it assumes messages are in order.
-      # Again More code Hacked from else where
-      # AT THE MOMENT YOU CARN'T SORT SEARCH RESULTS
-      # ACTULLY THE CODE IS PROLLY BROKEN ANY HOW!
-
       if (count($messagelist) > 0) {
       if (count($messagelist) > 0) {
          $j=0;
          $j=0;
          echo "<center><b>" . _("Found") . " " . count($messagelist) . " " . _("messages") . "</b></center>\n";
          echo "<center><b>" . _("Found") . " " . count($messagelist) . " " . _("messages") . "</b></center>\n";

+ 364 - 381
po/squirrelmail.po

@@ -6,7 +6,7 @@
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-07-24 14:32+0100\n"
+"POT-Creation-Date: 2000-08-09 17:19+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14,1059 +14,1042 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: ENCODING\n"
 "Content-Transfer-Encoding: ENCODING\n"
 
 
-#: src/addrbook_popup.php:30
+#: squirrelmail/src/addrbook_popup.php:30
 msgid "Address Book"
 msgid "Address Book"
 msgstr ""
 msgstr ""
 
 
-#: src/addrbook_search.php:96 src/addrbook_search_html.php:69
-#: src/addressbook.php:307
+#: squirrelmail/src/addrbook_search.php:96
+#: squirrelmail/src/addrbook_search_html.php:71
+#: squirrelmail/src/addressbook.php:307
 msgid "Name"
 msgid "Name"
 msgstr ""
 msgstr ""
 
 
-#: src/addrbook_search.php:96 src/addrbook_search_html.php:69
-#: src/addressbook.php:308
+#: squirrelmail/src/addrbook_search.php:96
+#: squirrelmail/src/addrbook_search_html.php:71
+#: squirrelmail/src/addressbook.php:308
 msgid "E-mail"
 msgid "E-mail"
 msgstr ""
 msgstr ""
 
 
-#: src/addrbook_search.php:96 src/addrbook_search_html.php:69
-#: src/addressbook.php:309
+#: squirrelmail/src/addrbook_search.php:96
+#: squirrelmail/src/addrbook_search_html.php:71
+#: squirrelmail/src/addressbook.php:309
 msgid "Info"
 msgid "Info"
 msgstr ""
 msgstr ""
 
 
-#: src/addrbook_search.php:99 src/addrbook_search_html.php:72
+#: squirrelmail/src/addrbook_search.php:99
+#: squirrelmail/src/addrbook_search_html.php:74
 msgid "Source"
 msgid "Source"
 msgstr ""
 msgstr ""
 
 
-#: functions/auth.php:14 src/addrbook_search.php:130 src/right_main.php:17
+#: squirrelmail/functions/auth.php:14 squirrelmail/src/addrbook_search.php:130
+#: squirrelmail/src/right_main.php:17 squirrelmail/src/search.php:5
 msgid "You must login first."
 msgid "You must login first."
 msgstr ""
 msgstr ""
 
 
-#: src/addrbook_search.php:134 src/right_main.php:21 src/webmail.php:27
+#: squirrelmail/src/addrbook_search.php:134 squirrelmail/src/right_main.php:21
+#: squirrelmail/src/search.php:9 squirrelmail/src/webmail.php:27
 msgid "You need a valid user and password to access this page!"
 msgid "You need a valid user and password to access this page!"
 msgstr ""
 msgstr ""
 
 
-#: src/addrbook_search.php:169 src/addrbook_search.php:253
-#: src/addrbook_search_html.php:201
+#: squirrelmail/src/addrbook_search.php:169
+#: squirrelmail/src/addrbook_search.php:253
+#: squirrelmail/src/addrbook_search_html.php:204
 msgid "No persons matching your search was found"
 msgid "No persons matching your search was found"
 msgstr ""
 msgstr ""
 
 
-#: src/addrbook_search.php:182 src/addrbook_search_html.php:127
+#: squirrelmail/src/addrbook_search.php:182
+#: squirrelmail/src/addrbook_search_html.php:129
 msgid "Search for"
 msgid "Search for"
 msgstr ""
 msgstr ""
 
 
-#: src/addrbook_search.php:189 src/addrbook_search_html.php:134
+#: squirrelmail/src/addrbook_search.php:189
+#: squirrelmail/src/addrbook_search_html.php:136
 msgid "in"
 msgid "in"
 msgstr ""
 msgstr ""
 
 
-#: src/addrbook_search.php:191 src/addrbook_search_html.php:137
+#: squirrelmail/src/addrbook_search.php:191
+#: squirrelmail/src/addrbook_search_html.php:139
 msgid "All address books"
 msgid "All address books"
 msgstr ""
 msgstr ""
 
 
-#: src/addrbook_search.php:201 src/addrbook_search_html.php:149
+#: squirrelmail/functions/page_header.php:101
+#: squirrelmail/src/addrbook_search.php:201
+#: squirrelmail/src/addrbook_search_html.php:151
+#: squirrelmail/src/search.php:35 squirrelmail/src/search.php:89
 msgid "Search"
 msgid "Search"
 msgstr ""
 msgstr ""
 
 
-#: src/addrbook_search.php:203 src/addrbook_search_html.php:151
+#: squirrelmail/src/addrbook_search.php:203
+#: squirrelmail/src/addrbook_search_html.php:153
 msgid "List all"
 msgid "List all"
 msgstr ""
 msgstr ""
 
 
-#: src/addrbook_search.php:206
+#: squirrelmail/src/addrbook_search.php:206
 msgid "Close window"
 msgid "Close window"
 msgstr ""
 msgstr ""
 
 
-#: src/addrbook_search.php:224 src/addrbook_search_html.php:172
+#: squirrelmail/src/addrbook_search.php:224
+#: squirrelmail/src/addrbook_search_html.php:175
 #, c-format
 #, c-format
 msgid "Unable to list addresses from %s"
 msgid "Unable to list addresses from %s"
 msgstr ""
 msgstr ""
 
 
-#: src/addrbook_search.php:246 src/addrbook_search_html.php:194
+#: squirrelmail/src/addrbook_search.php:246
+#: squirrelmail/src/addrbook_search_html.php:197
 msgid "Your search failed with the following error(s)"
 msgid "Your search failed with the following error(s)"
 msgstr ""
 msgstr ""
 
 
-#: src/addrbook_search_html.php:95
+#: squirrelmail/src/addrbook_search_html.php:97
 msgid "Use Addresses"
 msgid "Use Addresses"
 msgstr ""
 msgstr ""
 
 
-#: src/addrbook_search_html.php:118
+#: squirrelmail/src/addrbook_search_html.php:120
 msgid "Address Book Search"
 msgid "Address Book Search"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook.php:46 src/addressbook.php:306
+#: squirrelmail/src/addressbook.php:46 squirrelmail/src/addressbook.php:306
 msgid "Nickname"
 msgid "Nickname"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook.php:51
+#: squirrelmail/src/addressbook.php:51
 msgid "Must be unique"
 msgid "Must be unique"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook.php:53
+#: squirrelmail/src/addressbook.php:53
 msgid "E-mail address"
 msgid "E-mail address"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook.php:58
+#: squirrelmail/src/addressbook.php:58
 msgid "First name"
 msgid "First name"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook.php:63
+#: squirrelmail/src/addressbook.php:63
 msgid "Last name"
 msgid "Last name"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook.php:68
+#: squirrelmail/src/addressbook.php:68
 msgid "Additional info"
 msgid "Additional info"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook.php:87
+#: squirrelmail/src/addressbook.php:87
 msgid "No personal address book is defined. Contact administrator."
 msgid "No personal address book is defined. Contact administrator."
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook.php:184
+#: squirrelmail/src/addressbook.php:184
 msgid "You can only edit one address at the time"
 msgid "You can only edit one address at the time"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook.php:196 src/addressbook.php:199 src/addressbook.php:228
-#: src/addressbook.php:231
+#: squirrelmail/src/addressbook.php:196 squirrelmail/src/addressbook.php:199
+#: squirrelmail/src/addressbook.php:228 squirrelmail/src/addressbook.php:231
 msgid "Update address"
 msgid "Update address"
 msgstr ""
 msgstr ""
 
 
-#: functions/display_messages.php:63 functions/display_messages.php:79
-#: functions/imap_general.php:136 src/addressbook.php:219
-#: src/addressbook.php:269
+#: squirrelmail/functions/display_messages.php:63
+#: squirrelmail/functions/display_messages.php:79
+#: squirrelmail/functions/imap_general.php:136
+#: squirrelmail/src/addressbook.php:219 squirrelmail/src/addressbook.php:269
 msgid "ERROR"
 msgid "ERROR"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook.php:245
+#: squirrelmail/src/addressbook.php:245
 msgid "Unknown error"
 msgid "Unknown error"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook.php:344
+#: squirrelmail/src/addressbook.php:344
 msgid "Edit selected"
 msgid "Edit selected"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook.php:346
+#: squirrelmail/src/addressbook.php:346
 msgid "Delete selected"
 msgid "Delete selected"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook.php:356
+#: squirrelmail/src/addressbook.php:356
 #, c-format
 #, c-format
 msgid "Add to %s"
 msgid "Add to %s"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook.php:359
+#: squirrelmail/src/addressbook.php:359
 msgid "Add address"
 msgid "Add address"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook_csvimport.php:89
-msgid "All the steps required to complete the process are listed below"
+#: squirrelmail/src/compose.php:78
+msgid "Original Message"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook_csvimport.php:93
-msgid "You uploaded a file named: "
-msgstr ""
-
-#: src/addressbook_csvimport.php:100
-msgid "Failed to create working copy, Please try again."
-msgstr ""
-
-#: src/addressbook_csvimport.php:102
-msgid "Created working copy, continuing with process..."
-msgstr ""
-
-#: src/addressbook_csvimport.php:106
-msgid "Displaying a small set of your data."
-msgstr ""
-
-#: src/addressbook_csvimport.php:109
-msgid "Arrange your data to fit the 5 address book fields. "
-msgstr ""
-
-#: src/addressbook_csvimport.php:109
-msgid ""
-"Do this by inserting the data's field number under the field for which you "
-"wish it to be included into the address book. "
-msgstr ""
-
-#: src/addressbook_csvimport.php:109
-msgid "For example: fields 5, 6, and 7 need to go into the info field 5. "
-msgstr ""
-
-#: src/addressbook_csvimport.php:109
-msgid "The boxes under field 5 would contain 5, 6, and 7 in seperate boxes. "
-msgstr ""
-
-#: src/addressbook_csvimport.php:111
-msgid "Submit Your reorganized data."
-msgstr ""
-
-#: src/addressbook_csvimport.php:116
-msgid "Erase entries and re-enter field numbers."
-msgstr ""
-
-#: src/addressbook_csvimport.php:121
-msgid "View full set of imported records in their new format."
-msgstr ""
-
-#: src/addressbook_csvimport.php:127
-msgid "Omit individual records which are not to be included."
+#: squirrelmail/functions/imap_search.php:170
+#: squirrelmail/functions/mailbox_display.php:284
+#: squirrelmail/src/compose.php:79 squirrelmail/src/download.php:112
+#: squirrelmail/src/search.php:74 squirrelmail/src/search.php:75
+msgid "Subject"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook_csvimport.php:128
-msgid "To the left of each field below the \"Omit\" heading is a checkbox."
+#: squirrelmail/functions/imap_search.php:165
+#: squirrelmail/functions/mailbox_display.php:266
+#: squirrelmail/src/compose.php:80 squirrelmail/src/download.php:113
+#: squirrelmail/src/search.php:77 squirrelmail/src/search.php:78
+msgid "From"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook_csvimport.php:129
-msgid "Click this checkbox to omit individual records."
+#: squirrelmail/functions/imap_search.php:163
+#: squirrelmail/functions/mailbox_display.php:264
+#: squirrelmail/src/compose.php:81 squirrelmail/src/download.php:114
+#: squirrelmail/src/search.php:83 squirrelmail/src/search.php:84
+msgid "To"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook_csvimport.php:133
-msgid "Final approval. "
+#: squirrelmail/src/compose.php:164 squirrelmail/src/read_body.php:314
+msgid "To:"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook_csvimport.php:134
-msgid "After reviewing the rearranged data for accuracy, click \"Finish\"."
+#: squirrelmail/src/compose.php:172
+msgid "CC:"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook_csvimport.php:140
-msgid "Upload Completed!"
+#: squirrelmail/src/compose.php:180
+msgid "BCC:"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook_csvimport.php:140
-msgid "Click on the link below to verify your work."
+#: squirrelmail/src/compose.php:188 squirrelmail/src/read_body.php:284
+msgid "Subject:"
 msgstr ""
 msgstr ""
 
 
-#: functions/page_header.php:94 src/addressbook_csvimport.php:141
+#: squirrelmail/functions/page_header.php:95 squirrelmail/src/compose.php:217
+#: squirrelmail/src/compose.php:219 squirrelmail/src/compose.php:222
 msgid "Addresses"
 msgid "Addresses"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook_csvimport.php:167
-msgid "This table shows your data after uploading it."
-msgstr ""
-
-#: src/addressbook_csvimport.php:171
-msgid "This table shows your data after you reorganized it."
-msgstr ""
-
-#: src/addressbook_csvimport.php:184 src/addressbook_csvimport.php:191
-#: src/addressbook_csvimport.php:198 src/addressbook_csvimport.php:205
-#: src/addressbook_csvimport.php:209 src/addressbook_csvimport.php:221
-msgid "Field Number: "
-msgstr ""
-
-#: src/addressbook_csvimport.php:227
-msgid "Omit"
-msgstr ""
-
-#: src/addressbook_csvimport.php:228
-msgid "Nickname:"
+#: squirrelmail/src/compose.php:224 squirrelmail/src/compose.php:244
+msgid "Send"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook_csvimport.php:229
-msgid "First name:"
+#: squirrelmail/src/compose.php:250
+msgid "Attach:"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook_csvimport.php:230
-msgid "Last name:"
+#: squirrelmail/src/compose.php:256
+msgid "Add"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook_csvimport.php:231
-msgid "E-mail address:"
+#: squirrelmail/src/compose.php:268
+msgid "Delete selected attachments"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook_csvimport.php:232
-msgid "Additional info:"
+#: squirrelmail/src/compose.php:293
+msgid "You have not filled in the \"To:\" field."
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook_csvimport.php:237
-msgid "Move to field"
+#: squirrelmail/src/compose.php:354
+msgid "Could not move/copy file. File not attached"
 msgstr ""
 msgstr ""
 
 
-#: src/addressbook_csvimport.php:237
-msgid "1-5 to include."
-msgstr ""
-
-#: src/download.php:34
+#: squirrelmail/src/download.php:34
 msgid "Viewing a text attachment"
 msgid "Viewing a text attachment"
 msgstr ""
 msgstr ""
 
 
-#: src/download.php:35 src/read_body.php:40
+#: squirrelmail/src/download.php:37 squirrelmail/src/download.php:39
+#: squirrelmail/src/read_body.php:45
 msgid "View message"
 msgid "View message"
 msgstr ""
 msgstr ""
 
 
-#: functions/mime.php:443 src/download.php:40
+#: squirrelmail/functions/mime.php:449 squirrelmail/src/download.php:44
 msgid "Download this as a file"
 msgid "Download this as a file"
 msgstr ""
 msgstr ""
 
 
-#: functions/mailbox_display.php:273 src/download.php:101
-msgid "Subject"
-msgstr ""
-
-#: functions/mailbox_display.php:255 src/download.php:102
-msgid "From"
-msgstr ""
-
-#: functions/mailbox_display.php:253 src/download.php:103
-msgid "To"
-msgstr ""
-
-#: functions/mailbox_display.php:264 src/download.php:104
+#: squirrelmail/functions/imap_search.php:167
+#: squirrelmail/functions/mailbox_display.php:275
+#: squirrelmail/src/download.php:115
 msgid "Date"
 msgid "Date"
 msgstr ""
 msgstr ""
 
 
-#: functions/page_header.php:96 src/folders.php:33 src/left_main.php:119
+#: squirrelmail/functions/page_header.php:97 squirrelmail/src/folders.php:35
+#: squirrelmail/src/left_main.php:123
 msgid "Folders"
 msgid "Folders"
 msgstr ""
 msgstr ""
 
 
-#: src/folders.php:41
+#: squirrelmail/src/folders.php:43
 msgid "Subscribed successfully!"
 msgid "Subscribed successfully!"
 msgstr ""
 msgstr ""
 
 
-#: src/folders.php:43
+#: squirrelmail/src/folders.php:45
 msgid "Unsubscribed successfully!"
 msgid "Unsubscribed successfully!"
 msgstr ""
 msgstr ""
 
 
-#: src/folders.php:45
+#: squirrelmail/src/folders.php:47
 msgid "Deleted folder successfully!"
 msgid "Deleted folder successfully!"
 msgstr ""
 msgstr ""
 
 
-#: src/folders.php:47
+#: squirrelmail/src/folders.php:49
 msgid "Created folder successfully!"
 msgid "Created folder successfully!"
 msgstr ""
 msgstr ""
 
 
-#: src/folders.php:49
+#: squirrelmail/src/folders.php:51
 msgid "Renamed successfully!"
 msgid "Renamed successfully!"
 msgstr ""
 msgstr ""
 
 
-#: src/folders.php:51 src/left_main.php:122
+#: squirrelmail/src/folders.php:53 squirrelmail/src/left_main.php:126
 msgid "refresh folder list"
 msgid "refresh folder list"
 msgstr ""
 msgstr ""
 
 
-#: src/folders.php:68
+#: squirrelmail/src/folders.php:70
 msgid "Mailboxes Created Successfully!"
 msgid "Mailboxes Created Successfully!"
 msgstr ""
 msgstr ""
 
 
-#: src/folders.php:70
+#: squirrelmail/src/folders.php:72
 msgid "Click here"
 msgid "Click here"
 msgstr ""
 msgstr ""
 
 
-#: src/folders.php:72
+#: squirrelmail/src/folders.php:74
 msgid "to continue."
 msgid "to continue."
 msgstr ""
 msgstr ""
 
 
-#: src/folders.php:84
+#: squirrelmail/src/folders.php:87
 msgid "Special Folder Options"
 msgid "Special Folder Options"
 msgstr ""
 msgstr ""
 
 
-#: src/folders.php:87
+#: squirrelmail/src/folders.php:90
 msgid ""
 msgid ""
 "In order for SquirrelMail to provide the full set of options you need to "
 "In order for SquirrelMail to provide the full set of options you need to "
 "create the special folders listed below.  Just click the check box and hit "
 "create the special folders listed below.  Just click the check box and hit "
 "the create button."
 "the create button."
 msgstr ""
 msgstr ""
 
 
-#: src/folders.php:90
+#: squirrelmail/src/folders.php:93
 msgid "Create Sent"
 msgid "Create Sent"
 msgstr ""
 msgstr ""
 
 
-#: src/folders.php:93
+#: squirrelmail/src/folders.php:96
 msgid "Create Trash"
 msgid "Create Trash"
 msgstr ""
 msgstr ""
 
 
-#: src/folders.php:103
+#: squirrelmail/src/folders.php:106
 msgid "Delete Folder"
 msgid "Delete Folder"
 msgstr ""
 msgstr ""
 
 
-#: functions/mailbox_display.php:240 src/folders.php:139
-#: src/options_highlight.php:64 src/read_body.php:192
+#: squirrelmail/functions/imap_search.php:151
+#: squirrelmail/functions/mailbox_display.php:251
+#: squirrelmail/src/folders.php:142 squirrelmail/src/options_highlight.php:73
+#: squirrelmail/src/read_body.php:240
 msgid "Delete"
 msgid "Delete"
 msgstr ""
 msgstr ""
 
 
-#: src/folders.php:143 src/folders.php:227
+#: squirrelmail/src/folders.php:146 squirrelmail/src/folders.php:235
 msgid "No mailboxes found"
 msgid "No mailboxes found"
 msgstr ""
 msgstr ""
 
 
-#: src/folders.php:150
+#: squirrelmail/src/folders.php:153
 msgid "Create Folder"
 msgid "Create Folder"
 msgstr ""
 msgstr ""
 
 
-#: src/folders.php:155
+#: squirrelmail/src/folders.php:158
 msgid "as a subfolder of"
 msgid "as a subfolder of"
 msgstr ""
 msgstr ""
 
 
-#: src/folders.php:193
+#: squirrelmail/src/folders.php:201
 msgid "Let this folder contain subfolders"
 msgid "Let this folder contain subfolders"
 msgstr ""
 msgstr ""
 
 
-#: src/folders.php:203
-msgid "Rename a Folder"
+#: squirrelmail/src/folders.php:204
+msgid "Create"
 msgstr ""
 msgstr ""
 
 
-#: src/folders.php:223
-msgid "Rename"
+#: squirrelmail/src/folders.php:211
+msgid "Rename a Folder"
 msgstr ""
 msgstr ""
 
 
-#: src/folders.php:236
-msgid "Unsubscribe/Subscribe"
+#: squirrelmail/src/folders.php:231
+msgid "Rename"
 msgstr ""
 msgstr ""
 
 
-#: src/folders.php:255
+#: squirrelmail/src/folders.php:244 squirrelmail/src/folders.php:263
 msgid "Unsubscribe"
 msgid "Unsubscribe"
 msgstr ""
 msgstr ""
 
 
-#: src/folders.php:259
-msgid "No folders were found to unsubscribe from!"
+#: squirrelmail/src/folders.php:244 squirrelmail/src/folders.php:306
+msgid "Subscribe"
 msgstr ""
 msgstr ""
 
 
-#: src/folders.php:298
-msgid "Subscribe"
+#: squirrelmail/src/folders.php:267
+msgid "No folders were found to unsubscribe from!"
 msgstr ""
 msgstr ""
 
 
-#: src/folders.php:301
+#: squirrelmail/src/folders.php:309
 msgid "No folders were found to subscribe to!"
 msgid "No folders were found to subscribe to!"
 msgstr ""
 msgstr ""
 
 
-#: src/folders_create.php:32
+#: squirrelmail/src/folders_create.php:32
 msgid "Illegal folder name.  Please select a different name."
 msgid "Illegal folder name.  Please select a different name."
 msgstr ""
 msgstr ""
 
 
-#: src/folders_create.php:32
+#: squirrelmail/src/folders_create.php:32
 msgid "Click here to go back"
 msgid "Click here to go back"
 msgstr ""
 msgstr ""
 
 
-#: src/folders_rename_getname.php:46
+#: squirrelmail/src/folders_rename_getname.php:46
 msgid "Rename a folder"
 msgid "Rename a folder"
 msgstr ""
 msgstr ""
 
 
-#: src/folders_rename_getname.php:50
+#: squirrelmail/src/folders_rename_getname.php:50
 msgid "New name:"
 msgid "New name:"
 msgstr ""
 msgstr ""
 
 
-#: src/folders_rename_getname.php:56 src/options_highlight.php:171
+#: squirrelmail/src/folders_rename_getname.php:56
+#: squirrelmail/src/options_highlight.php:187
 msgid "Submit"
 msgid "Submit"
 msgstr ""
 msgstr ""
 
 
-#: src/help.php:33 src/help.php:43 src/help.php:53 src/help.php:64
-#: src/help.php:74 src/help.php:84 src/help.php:94 src/help.php:104
-msgid ""
-"Your preferred language is not yet translated. English will be substituted "
-"here."
-msgstr ""
-
-#: src/help.php:113 src/left_help.php:53
-msgid "ERROR: Some or all of the standard English help files ar missing."
+#: squirrelmail/functions/page_header.php:103 squirrelmail/src/help.php:92
+msgid "Help"
 msgstr ""
 msgstr ""
 
 
-#: src/left_help.php:74 src/left_help.php:80
-msgid "$temphed"
+#: squirrelmail/src/help.php:123
+#, c-format
+msgid ""
+"The help has not been translated to %s.  It will be displayed in English "
+"instead."
 msgstr ""
 msgstr ""
 
 
-#: src/left_main.php:95
-msgid "purge"
+#: squirrelmail/src/help.php:129
+msgid "Some or all of the help documents are not present!"
 msgstr ""
 msgstr ""
 
 
-#: src/load_prefs.php:29
-msgid "Theme: "
+#: squirrelmail/src/help.php:153
+msgid "Table of Contents"
 msgstr ""
 msgstr ""
 
 
-#: src/load_prefs.php:31
-msgid " was not found."
+#: squirrelmail/src/help.php:193
+msgid "Top"
 msgstr ""
 msgstr ""
 
 
-#: src/load_prefs.php:33
-msgid "Exiting abnormally"
+#: squirrelmail/src/left_main.php:103
+msgid "purge"
 msgstr ""
 msgstr ""
 
 
-#: src/login.php:58
+#: squirrelmail/src/login.php:60
 msgid "SquirrelMail Login"
 msgid "SquirrelMail Login"
 msgstr ""
 msgstr ""
 
 
-#: src/login.php:65
+#: squirrelmail/src/login.php:67
 #, c-format
 #, c-format
 msgid "SquirrelMail version %s"
 msgid "SquirrelMail version %s"
 msgstr ""
 msgstr ""
 
 
-#: src/login.php:67
+#: squirrelmail/src/login.php:69
 msgid "By the SquirrelMail Development Team"
 msgid "By the SquirrelMail Development Team"
 msgstr ""
 msgstr ""
 
 
-#: src/login.php:73
+#: squirrelmail/src/login.php:75
 #, c-format
 #, c-format
 msgid "%s Login"
 msgid "%s Login"
 msgstr ""
 msgstr ""
 
 
-#: src/login.php:81
+#: squirrelmail/src/login.php:83
 msgid "Name:"
 msgid "Name:"
 msgstr ""
 msgstr ""
 
 
-#: src/login.php:87
+#: squirrelmail/src/login.php:89
 msgid "Password:"
 msgid "Password:"
 msgstr ""
 msgstr ""
 
 
-#: src/login.php:96
+#: squirrelmail/src/login.php:98
 msgid "Login"
 msgid "Login"
 msgstr ""
 msgstr ""
 
 
-#: src/move_messages.php:75 src/move_messages.php:101
+#: squirrelmail/src/move_messages.php:78
+#: squirrelmail/src/move_messages.php:107
 msgid "No messages were selected."
 msgid "No messages were selected."
 msgstr ""
 msgstr ""
 
 
-#: functions/page_header.php:98 src/options.php:45 src/options_display.php:35
-#: src/options_folder.php:38 src/options_highlight.php:53
-#: src/options_personal.php:39
+#: squirrelmail/functions/page_header.php:99 squirrelmail/src/options.php:45
+#: squirrelmail/src/options_display.php:37
+#: squirrelmail/src/options_folder.php:40
+#: squirrelmail/src/options_highlight.php:62
+#: squirrelmail/src/options_personal.php:41
 msgid "Options"
 msgid "Options"
 msgstr ""
 msgstr ""
 
 
-#: src/options.php:57
+#: squirrelmail/src/options.php:57
 msgid "Successfully saved personal information!"
 msgid "Successfully saved personal information!"
 msgstr ""
 msgstr ""
 
 
-#: src/options.php:69
+#: squirrelmail/src/options.php:69
 msgid "Successfully saved display preferences!"
 msgid "Successfully saved display preferences!"
 msgstr ""
 msgstr ""
 
 
-#: src/options.php:70
+#: squirrelmail/src/options.php:70
 msgid "Refresh Page"
 msgid "Refresh Page"
 msgstr ""
 msgstr ""
 
 
-#: src/options.php:90
+#: squirrelmail/src/options.php:90
 msgid "Successfully saved folder preferences!"
 msgid "Successfully saved folder preferences!"
 msgstr ""
 msgstr ""
 
 
-#: src/options.php:91
+#: squirrelmail/src/options.php:91
 msgid "Refresh Folders"
 msgid "Refresh Folders"
 msgstr ""
 msgstr ""
 
 
-#: src/options.php:102 src/options_personal.php:39
+#: squirrelmail/src/options.php:105 squirrelmail/src/options_personal.php:41
 msgid "Personal Information"
 msgid "Personal Information"
 msgstr ""
 msgstr ""
 
 
-#: src/options.php:107
+#: squirrelmail/src/options.php:110
 msgid ""
 msgid ""
 "This contains personal information about yourself such as your name, your "
 "This contains personal information about yourself such as your name, your "
 "email address, etc."
 "email address, etc."
 msgstr ""
 msgstr ""
 
 
-#: src/options.php:114 src/options_highlight.php:53
+#: squirrelmail/src/options.php:117 squirrelmail/src/options_highlight.php:62
 msgid "Message Highlighting"
 msgid "Message Highlighting"
 msgstr ""
 msgstr ""
 
 
-#: src/options.php:119
+#: squirrelmail/src/options.php:122
 msgid ""
 msgid ""
 "Based upon given criteria, incoming messages can have different background "
 "Based upon given criteria, incoming messages can have different background "
 "colors in the message list.  This helps to easily distinguish who the "
 "colors in the message list.  This helps to easily distinguish who the "
 "messages are from, especially for mailing lists."
 "messages are from, especially for mailing lists."
 msgstr ""
 msgstr ""
 
 
-#: src/options.php:128 src/options_display.php:35
+#: squirrelmail/src/options.php:131 squirrelmail/src/options_display.php:37
 msgid "Display Preferences"
 msgid "Display Preferences"
 msgstr ""
 msgstr ""
 
 
-#: src/options.php:133
+#: squirrelmail/src/options.php:136
 msgid ""
 msgid ""
 "You can change the way that SquirrelMail looks and displays information to "
 "You can change the way that SquirrelMail looks and displays information to "
 "you, such as the colors, the language, and other settings."
 "you, such as the colors, the language, and other settings."
 msgstr ""
 msgstr ""
 
 
-#: src/options.php:140 src/options_folder.php:38
+#: squirrelmail/src/options.php:143 squirrelmail/src/options_folder.php:40
 msgid "Folder Preferences"
 msgid "Folder Preferences"
 msgstr ""
 msgstr ""
 
 
-#: src/options.php:145
+#: squirrelmail/src/options.php:148
 msgid ""
 msgid ""
 "These settings change the way your folders are displayed and manipulated."
 "These settings change the way your folders are displayed and manipulated."
 msgstr ""
 msgstr ""
 
 
-#: src/options_display.php:41
+#: squirrelmail/src/options_display.php:43
 msgid "Theme"
 msgid "Theme"
 msgstr ""
 msgstr ""
 
 
-#: src/options_display.php:56
+#: squirrelmail/src/options_display.php:58
 msgid "Language"
 msgid "Language"
 msgstr ""
 msgstr ""
 
 
-#: src/options_display.php:74
+#: squirrelmail/src/options_display.php:76
 msgid "Use Javascript or HTML addressbook?"
 msgid "Use Javascript or HTML addressbook?"
 msgstr ""
 msgstr ""
 
 
-#: src/options_display.php:76 src/options_display.php:79
+#: squirrelmail/src/options_display.php:78
+#: squirrelmail/src/options_display.php:81
 msgid "JavaScript"
 msgid "JavaScript"
 msgstr ""
 msgstr ""
 
 
-#: src/options_display.php:77 src/options_display.php:80
+#: squirrelmail/src/options_display.php:79
+#: squirrelmail/src/options_display.php:82
 msgid "HTML"
 msgid "HTML"
 msgstr ""
 msgstr ""
 
 
-#: src/options_display.php:86
+#: squirrelmail/src/options_display.php:88
 msgid "Number of Messages to Index"
 msgid "Number of Messages to Index"
 msgstr ""
 msgstr ""
 
 
-#: src/options_display.php:97
+#: squirrelmail/src/options_display.php:99
 msgid "Wrap incoming text at"
 msgid "Wrap incoming text at"
 msgstr ""
 msgstr ""
 
 
-#: src/options_display.php:108
+#: squirrelmail/src/options_display.php:110
 msgid "Size of editor window"
 msgid "Size of editor window"
 msgstr ""
 msgstr ""
 
 
-#: src/options_display.php:119
+#: squirrelmail/src/options_display.php:121
 msgid "Width of left folder list"
 msgid "Width of left folder list"
 msgstr ""
 msgstr ""
 
 
-#: src/options_display.php:173
+#: squirrelmail/src/options_display.php:175
 msgid "Auto refresh folder list"
 msgid "Auto refresh folder list"
 msgstr ""
 msgstr ""
 
 
-#: src/options_folder.php:46
+#: squirrelmail/src/options_folder.php:48
 msgid "Folder Path"
 msgid "Folder Path"
 msgstr ""
 msgstr ""
 
 
-#: src/options_folder.php:59
+#: squirrelmail/src/options_folder.php:61
 msgid "Trash Folder:"
 msgid "Trash Folder:"
 msgstr ""
 msgstr ""
 
 
-#: src/options_folder.php:63
+#: squirrelmail/src/options_folder.php:65
 msgid "Don't use Trash"
 msgid "Don't use Trash"
 msgstr ""
 msgstr ""
 
 
-#: src/options_folder.php:65
+#: squirrelmail/src/options_folder.php:67
 msgid "Do not use Trash"
 msgid "Do not use Trash"
 msgstr ""
 msgstr ""
 
 
-#: src/options_folder.php:87
+#: squirrelmail/src/options_folder.php:89
 msgid "Sent Folder:"
 msgid "Sent Folder:"
 msgstr ""
 msgstr ""
 
 
-#: src/options_folder.php:91
+#: squirrelmail/src/options_folder.php:93
 msgid "Don't use Sent"
 msgid "Don't use Sent"
 msgstr ""
 msgstr ""
 
 
-#: src/options_folder.php:93
+#: squirrelmail/src/options_folder.php:95
 msgid "Do not use Sent"
 msgid "Do not use Sent"
 msgstr ""
 msgstr ""
 
 
-#: src/options_folder.php:115
+#: squirrelmail/src/options_folder.php:117
 msgid "Unseen message notification"
 msgid "Unseen message notification"
 msgstr ""
 msgstr ""
 
 
-#: src/options_folder.php:118
+#: squirrelmail/src/options_folder.php:120
 msgid "No notification"
 msgid "No notification"
 msgstr ""
 msgstr ""
 
 
-#: src/options_folder.php:119
+#: squirrelmail/src/options_folder.php:121
 msgid "Only INBOX"
 msgid "Only INBOX"
 msgstr ""
 msgstr ""
 
 
-#: src/options_folder.php:120
+#: squirrelmail/src/options_folder.php:122
 msgid "All Folders"
 msgid "All Folders"
 msgstr ""
 msgstr ""
 
 
-#: src/options_folder.php:127
+#: squirrelmail/src/options_folder.php:129
 msgid "Unseen message notification type"
 msgid "Unseen message notification type"
 msgstr ""
 msgstr ""
 
 
-#: src/options_folder.php:130
+#: squirrelmail/src/options_folder.php:132
 msgid "Only unseen"
 msgid "Only unseen"
 msgstr ""
 msgstr ""
 
 
-#: src/options_folder.php:131
+#: squirrelmail/src/options_folder.php:133
 msgid "Unseen and Total"
 msgid "Unseen and Total"
 msgstr ""
 msgstr ""
 
 
-#: src/options_highlight.php:57
+#: squirrelmail/src/options_highlight.php:66
 msgid "New"
 msgid "New"
 msgstr ""
 msgstr ""
 
 
-#: src/options_highlight.php:58
+#: squirrelmail/src/options_highlight.php:67
 msgid "Done"
 msgid "Done"
 msgstr ""
 msgstr ""
 
 
-#: src/options_highlight.php:64
+#: squirrelmail/src/options_highlight.php:73
 msgid "Edit"
 msgid "Edit"
 msgstr ""
 msgstr ""
 
 
-#: src/options_highlight.php:77
+#: squirrelmail/src/options_highlight.php:86
 msgid "No highlighting is defined"
 msgid "No highlighting is defined"
 msgstr ""
 msgstr ""
 
 
-#: src/options_highlight.php:115
+#: squirrelmail/src/options_highlight.php:124
 msgid "Identifying name"
 msgid "Identifying name"
 msgstr ""
 msgstr ""
 
 
-#: src/options_highlight.php:124
+#: squirrelmail/src/options_highlight.php:137
 msgid "Color"
 msgid "Color"
 msgstr ""
 msgstr ""
 
 
-#: src/options_highlight.php:128
+#: squirrelmail/src/options_highlight.php:141
 msgid "Dark Blue"
 msgid "Dark Blue"
 msgstr ""
 msgstr ""
 
 
-#: src/options_highlight.php:129
+#: squirrelmail/src/options_highlight.php:142
 msgid "Dark Green"
 msgid "Dark Green"
 msgstr ""
 msgstr ""
 
 
-#: src/options_highlight.php:130
+#: squirrelmail/src/options_highlight.php:143
 msgid "Dark Yellow"
 msgid "Dark Yellow"
 msgstr ""
 msgstr ""
 
 
-#: src/options_highlight.php:131
+#: squirrelmail/src/options_highlight.php:144
 msgid "Dark Cyan"
 msgid "Dark Cyan"
 msgstr ""
 msgstr ""
 
 
-#: src/options_highlight.php:132
+#: squirrelmail/src/options_highlight.php:145
 msgid "Dark Magenta"
 msgid "Dark Magenta"
 msgstr ""
 msgstr ""
 
 
-#: src/options_highlight.php:133
+#: squirrelmail/src/options_highlight.php:146
 msgid "Light Blue"
 msgid "Light Blue"
 msgstr ""
 msgstr ""
 
 
-#: src/options_highlight.php:134
+#: squirrelmail/src/options_highlight.php:147
 msgid "Light Green"
 msgid "Light Green"
 msgstr ""
 msgstr ""
 
 
-#: src/options_highlight.php:135
+#: squirrelmail/src/options_highlight.php:148
 msgid "Light Yellow"
 msgid "Light Yellow"
 msgstr ""
 msgstr ""
 
 
-#: src/options_highlight.php:136
+#: squirrelmail/src/options_highlight.php:149
 msgid "Light Cyan"
 msgid "Light Cyan"
 msgstr ""
 msgstr ""
 
 
-#: src/options_highlight.php:137
+#: squirrelmail/src/options_highlight.php:150
 msgid "Light Magenta"
 msgid "Light Magenta"
 msgstr ""
 msgstr ""
 
 
-#: src/options_highlight.php:138
+#: squirrelmail/src/options_highlight.php:151
 msgid "Dark Gray"
 msgid "Dark Gray"
 msgstr ""
 msgstr ""
 
 
-#: src/options_highlight.php:139
+#: squirrelmail/src/options_highlight.php:152
 msgid "Medium Gray"
 msgid "Medium Gray"
 msgstr ""
 msgstr ""
 
 
-#: src/options_highlight.php:140
+#: squirrelmail/src/options_highlight.php:153
 msgid "Light Gray"
 msgid "Light Gray"
 msgstr ""
 msgstr ""
 
 
-#: src/options_highlight.php:141
+#: squirrelmail/src/options_highlight.php:154
 msgid "White"
 msgid "White"
 msgstr ""
 msgstr ""
 
 
-#: src/options_highlight.php:143
+#: squirrelmail/src/options_highlight.php:156
 msgid "Other:"
 msgid "Other:"
 msgstr ""
 msgstr ""
 
 
-#: src/options_highlight.php:145
+#: squirrelmail/src/options_highlight.php:158
 msgid "Ex: 63aa7f"
 msgid "Ex: 63aa7f"
 msgstr ""
 msgstr ""
 
 
-#: src/options_highlight.php:151
+#: squirrelmail/src/options_highlight.php:164
 msgid "Match"
 msgid "Match"
 msgstr ""
 msgstr ""
 
 
-#: src/options_highlight.php:167
-msgid "Regular Expression"
-msgstr ""
-
-#: src/options_personal.php:45
+#: squirrelmail/src/options_personal.php:47
 msgid "Full Name"
 msgid "Full Name"
 msgstr ""
 msgstr ""
 
 
-#: src/options_personal.php:51
+#: squirrelmail/src/options_personal.php:53
 msgid "E-Mail Address"
 msgid "E-Mail Address"
 msgstr ""
 msgstr ""
 
 
-#: src/options_personal.php:57
+#: squirrelmail/src/options_personal.php:59
 msgid "Reply To"
 msgid "Reply To"
 msgstr ""
 msgstr ""
 
 
-#: src/options_personal.php:63
+#: squirrelmail/src/options_personal.php:65
 msgid "Signature"
 msgid "Signature"
 msgstr ""
 msgstr ""
 
 
-#: src/options_personal.php:67
+#: squirrelmail/src/options_personal.php:69
 msgid "Use a signature"
 msgid "Use a signature"
 msgstr ""
 msgstr ""
 
 
-#: src/options_personal.php:70
+#: squirrelmail/src/options_personal.php:72
 msgid "Use a signature?"
 msgid "Use a signature?"
 msgstr ""
 msgstr ""
 
 
-#: src/read_body.php:38
+#: squirrelmail/src/read_body.php:38
 msgid "Viewing full header"
 msgid "Viewing full header"
 msgstr ""
 msgstr ""
 
 
-#: src/read_body.php:125
+#: squirrelmail/src/read_body.php:144
 msgid "more"
 msgid "more"
 msgstr ""
 msgstr ""
 
 
-#: src/read_body.php:126
+#: squirrelmail/src/read_body.php:145
 msgid "less"
 msgid "less"
 msgstr ""
 msgstr ""
 
 
-#: src/read_body.php:189
+#: squirrelmail/src/read_body.php:233
 msgid "Message List"
 msgid "Message List"
 msgstr ""
 msgstr ""
 
 
-#: functions/mailbox_display.php:204 functions/mailbox_display.php:208
-#: functions/mailbox_display.php:321 functions/mailbox_display.php:325
-#: src/read_body.php:203 src/read_body.php:205
+#: squirrelmail/functions/mailbox_display.php:215
+#: squirrelmail/functions/mailbox_display.php:219
+#: squirrelmail/functions/mailbox_display.php:223
+#: squirrelmail/functions/mailbox_display.php:332
+#: squirrelmail/functions/mailbox_display.php:336
+#: squirrelmail/functions/mailbox_display.php:340
+#: squirrelmail/src/read_body.php:253 squirrelmail/src/read_body.php:255
 msgid "Previous"
 msgid "Previous"
 msgstr ""
 msgstr ""
 
 
-#: functions/mailbox_display.php:205 functions/mailbox_display.php:213
-#: functions/mailbox_display.php:322 functions/mailbox_display.php:326
-#: functions/mailbox_display.php:330 src/read_body.php:207
-#: src/read_body.php:209
+#: squirrelmail/functions/mailbox_display.php:216
+#: squirrelmail/functions/mailbox_display.php:220
+#: squirrelmail/functions/mailbox_display.php:224
+#: squirrelmail/functions/mailbox_display.php:333
+#: squirrelmail/functions/mailbox_display.php:337
+#: squirrelmail/functions/mailbox_display.php:341
+#: squirrelmail/src/read_body.php:257 squirrelmail/src/read_body.php:259
 msgid "Next"
 msgid "Next"
 msgstr ""
 msgstr ""
 
 
-#: src/read_body.php:215
+#: squirrelmail/src/read_body.php:266
 msgid "Forward"
 msgid "Forward"
 msgstr ""
 msgstr ""
 
 
-#: src/read_body.php:218
+#: squirrelmail/src/read_body.php:269
 msgid "Reply"
 msgid "Reply"
 msgstr ""
 msgstr ""
 
 
-#: src/read_body.php:221
+#: squirrelmail/src/read_body.php:272
 msgid "Reply All"
 msgid "Reply All"
 msgstr ""
 msgstr ""
 
 
-#: src/read_body.php:233
-msgid "Subject:"
-msgstr ""
-
-#: src/read_body.php:237
+#: squirrelmail/src/read_body.php:290 squirrelmail/src/read_body.php:292
 msgid "View full header"
 msgid "View full header"
 msgstr ""
 msgstr ""
 
 
-#: src/read_body.php:242
+#: squirrelmail/src/read_body.php:298
 msgid "From:"
 msgid "From:"
 msgstr ""
 msgstr ""
 
 
-#: src/read_body.php:250
+#: squirrelmail/src/read_body.php:306
 msgid "Date:"
 msgid "Date:"
 msgstr ""
 msgstr ""
 
 
-#: src/read_body.php:258
-msgid "To:"
+#: squirrelmail/src/search.php:68 squirrelmail/src/search.php:69
+msgid "Body"
+msgstr ""
+
+#: squirrelmail/src/search.php:71 squirrelmail/src/search.php:72
+msgid "Everywhere"
 msgstr ""
 msgstr ""
 
 
-#: functions/page_header.php:82 src/signout.php:60
+#: squirrelmail/src/search.php:80 squirrelmail/src/search.php:81
+msgid "Cc"
+msgstr ""
+
+#: squirrelmail/functions/page_header.php:83 squirrelmail/src/signout.php:69
 msgid "Sign Out"
 msgid "Sign Out"
 msgstr ""
 msgstr ""
 
 
-#: src/signout.php:67
+#: squirrelmail/src/signout.php:76
 msgid "You have been successfully signed out."
 msgid "You have been successfully signed out."
 msgstr ""
 msgstr ""
 
 
-#: src/signout.php:70
+#: squirrelmail/src/signout.php:79
 msgid "Click here to log back in."
 msgid "Click here to log back in."
 msgstr ""
 msgstr ""
 
 
-#: functions/abook_local_file.php:32 functions/addressbook.php:72
+#: squirrelmail/functions/abook_local_file.php:32
+#: squirrelmail/functions/addressbook.php:72
 msgid "Personal address book"
 msgid "Personal address book"
 msgstr ""
 msgstr ""
 
 
-#: functions/abook_local_file.php:40
+#: squirrelmail/functions/abook_local_file.php:40
 msgid "Not a file name"
 msgid "Not a file name"
 msgstr ""
 msgstr ""
 
 
-#: functions/abook_local_file.php:74
+#: squirrelmail/functions/abook_local_file.php:74
 msgid "No such file or directory"
 msgid "No such file or directory"
 msgstr ""
 msgstr ""
 
 
-#: functions/abook_local_file.php:94 functions/abook_local_file.php:130
+#: squirrelmail/functions/abook_local_file.php:94
+#: squirrelmail/functions/abook_local_file.php:130
 msgid "Open failed"
 msgid "Open failed"
 msgstr ""
 msgstr ""
 
 
-#: functions/abook_local_file.php:226 functions/abook_local_file.php:246
-#: functions/abook_local_file.php:269 functions/abook_local_file.php:299
-#: functions/addressbook.php:268 functions/addressbook.php:299
+#: squirrelmail/functions/abook_local_file.php:226
+#: squirrelmail/functions/abook_local_file.php:246
+#: squirrelmail/functions/abook_local_file.php:269
+#: squirrelmail/functions/abook_local_file.php:299
+#: squirrelmail/functions/addressbook.php:268
+#: squirrelmail/functions/addressbook.php:299
 msgid "Addressbook is read-only"
 msgid "Addressbook is read-only"
 msgstr ""
 msgstr ""
 
 
-#: functions/abook_local_file.php:231
+#: squirrelmail/functions/abook_local_file.php:231
 #, c-format
 #, c-format
 msgid "User '%s' already exist"
 msgid "User '%s' already exist"
 msgstr ""
 msgstr ""
 
 
-#: functions/abook_local_file.php:250 functions/abook_local_file.php:274
-#: functions/abook_local_file.php:310
+#: squirrelmail/functions/abook_local_file.php:250
+#: squirrelmail/functions/abook_local_file.php:274
+#: squirrelmail/functions/abook_local_file.php:310
 msgid "Could not lock datafile"
 msgid "Could not lock datafile"
 msgstr ""
 msgstr ""
 
 
-#: functions/abook_local_file.php:262
+#: squirrelmail/functions/abook_local_file.php:262
 msgid "Write to addressbook failed"
 msgid "Write to addressbook failed"
 msgstr ""
 msgstr ""
 
 
-#: functions/abook_local_file.php:304
+#: squirrelmail/functions/abook_local_file.php:304
 #, c-format
 #, c-format
 msgid "User '%s' does not exist"
 msgid "User '%s' does not exist"
 msgstr ""
 msgstr ""
 
 
-#: functions/addressbook.php:29
+#: squirrelmail/functions/addressbook.php:29
 #, c-format
 #, c-format
 msgid "Error opening file %s"
 msgid "Error opening file %s"
 msgstr ""
 msgstr ""
 
 
-#: functions/addressbook.php:43
+#: squirrelmail/functions/addressbook.php:43
 #, c-format
 #, c-format
 msgid "Error initializing LDAP server %s:"
 msgid "Error initializing LDAP server %s:"
 msgstr ""
 msgstr ""
 
 
-#: functions/addressbook.php:245 functions/addressbook.php:326
+#: squirrelmail/functions/addressbook.php:245
+#: squirrelmail/functions/addressbook.php:326
 msgid "Invalid input data"
 msgid "Invalid input data"
 msgstr ""
 msgstr ""
 
 
-#: functions/addressbook.php:250 functions/addressbook.php:331
+#: squirrelmail/functions/addressbook.php:250
+#: squirrelmail/functions/addressbook.php:331
 msgid "Name is missing"
 msgid "Name is missing"
 msgstr ""
 msgstr ""
 
 
-#: functions/addressbook.php:254 functions/addressbook.php:335
+#: squirrelmail/functions/addressbook.php:254
+#: squirrelmail/functions/addressbook.php:335
 msgid "E-mail address is missing"
 msgid "E-mail address is missing"
 msgstr ""
 msgstr ""
 
 
-#: functions/addressbook.php:262
+#: squirrelmail/functions/addressbook.php:262
 msgid "Nickname contain illegal characters"
 msgid "Nickname contain illegal characters"
 msgstr ""
 msgstr ""
 
 
-#: functions/addressbook.php:344
+#: squirrelmail/functions/addressbook.php:344
 msgid "Addressbook $bnum is read-only"
 msgid "Addressbook $bnum is read-only"
 msgstr ""
 msgstr ""
 
 
-#: functions/display_messages.php:19 functions/imap_general.php:144
+#: squirrelmail/functions/display_messages.php:19
+#: squirrelmail/functions/imap_general.php:144
 msgid "Unknown user or password incorrect."
 msgid "Unknown user or password incorrect."
 msgstr ""
 msgstr ""
 
 
-#: functions/display_messages.php:19 functions/imap_general.php:145
+#: squirrelmail/functions/display_messages.php:19
+#: squirrelmail/functions/imap_general.php:145
 msgid "Click here to try again"
 msgid "Click here to try again"
 msgstr ""
 msgstr ""
 
 
-#: functions/display_messages.php:32
+#: squirrelmail/functions/display_messages.php:32
 #, c-format
 #, c-format
 msgid "Welcome to %s's WebMail system"
 msgid "Welcome to %s's WebMail system"
 msgstr ""
 msgstr ""
 
 
-#: functions/display_messages.php:43
+#: squirrelmail/functions/display_messages.php:43
 #, c-format
 #, c-format
 msgid "Running SquirrelMail version %s (c) 1999-2000."
 msgid "Running SquirrelMail version %s (c) 1999-2000."
 msgstr ""
 msgstr ""
 
 
-#: functions/display_messages.php:68
+#: squirrelmail/functions/display_messages.php:68
 #, c-format
 #, c-format
 msgid "Click here to return to %s"
 msgid "Click here to return to %s"
 msgstr ""
 msgstr ""
 
 
-#: functions/imap_general.php:44
+#: squirrelmail/functions/imap_general.php:44
 msgid "ERROR : Could not complete request."
 msgid "ERROR : Could not complete request."
 msgstr ""
 msgstr ""
 
 
-#: functions/imap_general.php:46
+#: squirrelmail/functions/imap_general.php:46
 msgid "Reason Given: "
 msgid "Reason Given: "
 msgstr ""
 msgstr ""
 
 
-#: functions/imap_general.php:51
+#: squirrelmail/functions/imap_general.php:51
 msgid "ERROR : Bad or malformed request."
 msgid "ERROR : Bad or malformed request."
 msgstr ""
 msgstr ""
 
 
-#: functions/imap_general.php:53
+#: squirrelmail/functions/imap_general.php:53
 msgid "Server responded: "
 msgid "Server responded: "
 msgstr ""
 msgstr ""
 
 
-#: functions/imap_general.php:86
+#: squirrelmail/functions/imap_general.php:86
 #, c-format
 #, c-format
 msgid "Error connecting to IMAP server: %s."
 msgid "Error connecting to IMAP server: %s."
 msgstr ""
 msgstr ""
 
 
-#: functions/imap_general.php:99
+#: squirrelmail/functions/imap_general.php:99
 #, c-format
 #, c-format
 msgid "Bad request: %s"
 msgid "Bad request: %s"
 msgstr ""
 msgstr ""
 
 
-#: functions/imap_general.php:157
+#: squirrelmail/functions/imap_general.php:157
 #, c-format
 #, c-format
 msgid "Unknown error: %s"
 msgid "Unknown error: %s"
 msgstr ""
 msgstr ""
 
 
-#: functions/imap_messages.php:51 functions/imap_messages.php:75
-#: functions/imap_messages.php:274 functions/imap_messages.php:309
+#: squirrelmail/functions/imap_messages.php:52
+#: squirrelmail/functions/imap_messages.php:76
+#: squirrelmail/functions/imap_messages.php:277
+#: squirrelmail/functions/imap_messages.php:316
 msgid "(no subject)"
 msgid "(no subject)"
 msgstr ""
 msgstr ""
 
 
-#: functions/imap_messages.php:52
+#: squirrelmail/functions/imap_messages.php:53
 msgid "Unknown Sender"
 msgid "Unknown Sender"
 msgstr ""
 msgstr ""
 
 
-#: functions/imap_messages.php:312
+#: squirrelmail/functions/imap_messages.php:319
 msgid "(unknown sender)"
 msgid "(unknown sender)"
 msgstr ""
 msgstr ""
 
 
-#: functions/mailbox_display.php:194
-msgid "Viewing messages"
+#: squirrelmail/functions/imap_search.php:126
+msgid "Found"
 msgstr ""
 msgstr ""
 
 
-#: functions/mailbox_display.php:194
-msgid "to"
+#: squirrelmail/functions/imap_search.php:126
+msgid "messages"
 msgstr ""
 msgstr ""
 
 
-#: functions/mailbox_display.php:194 functions/mailbox_display.php:198
-msgid "total"
+#: squirrelmail/functions/imap_search.php:135
+#: squirrelmail/functions/mailbox_display.php:235
+msgid "Move selected to:"
 msgstr ""
 msgstr ""
 
 
-#: functions/mailbox_display.php:198
-msgid "Viewing message"
+#: squirrelmail/functions/imap_search.php:147
+#: squirrelmail/functions/mailbox_display.php:247
+msgid "Move"
 msgstr ""
 msgstr ""
 
 
-#: functions/mailbox_display.php:224
-msgid "Move selected to:"
+#: squirrelmail/functions/imap_search.php:151
+#: squirrelmail/functions/mailbox_display.php:251
+msgid "checked messages"
 msgstr ""
 msgstr ""
 
 
-#: functions/mailbox_display.php:236
-msgid "Move"
+#: squirrelmail/functions/mailbox_display.php:205
+msgid "Viewing messages"
 msgstr ""
 msgstr ""
 
 
-#: functions/mailbox_display.php:240
-msgid "checked messages"
+#: squirrelmail/functions/mailbox_display.php:205
+msgid "to"
+msgstr ""
+
+#: squirrelmail/functions/mailbox_display.php:205
+#: squirrelmail/functions/mailbox_display.php:209
+msgid "total"
 msgstr ""
 msgstr ""
 
 
-#: functions/mailbox_display.php:287
+#: squirrelmail/functions/mailbox_display.php:209
+msgid "Viewing message"
+msgstr ""
+
+#: squirrelmail/functions/mailbox_display.php:298
 msgid "THIS FOLDER IS EMPTY"
 msgid "THIS FOLDER IS EMPTY"
 msgstr ""
 msgstr ""
 
 
-#: functions/mime.php:480
+#: squirrelmail/functions/mime.php:495
 msgid "download"
 msgid "download"
 msgstr ""
 msgstr ""
 
 
-#: functions/page_header.php:84
-msgid "Current Folder: "
+#: squirrelmail/functions/page_header.php:85
+msgid "Current Folder"
 msgstr ""
 msgstr ""
 
 
-#: functions/page_header.php:92
+#: squirrelmail/functions/page_header.php:93
 msgid "Compose"
 msgid "Compose"
 msgstr ""
 msgstr ""
 
 
-#: functions/page_header.php:100
-msgid "Help"
-msgstr ""
-
-#: functions/prefs.php:14
+#: squirrelmail/functions/prefs.php:14
 msgid "Preference file "
 msgid "Preference file "
 msgstr ""
 msgstr ""
 
 
-#: functions/prefs.php:14
+#: squirrelmail/functions/prefs.php:14
 msgid " not found.  Exiting abnormally"
 msgid " not found.  Exiting abnormally"
 msgstr ""
 msgstr ""
 
 
-#: functions/prefs.php:36 functions/prefs.php:74
+#: squirrelmail/functions/prefs.php:36 squirrelmail/functions/prefs.php:74
 msgid "Preference file, "
 msgid "Preference file, "
 msgstr ""
 msgstr ""
 
 
-#: functions/prefs.php:36 functions/prefs.php:74
+#: squirrelmail/functions/prefs.php:36 squirrelmail/functions/prefs.php:74
 msgid ""
 msgid ""
 ", does not exist.  Log out, and log back in to create a default preference "
 ", does not exist.  Log out, and log back in to create a default preference "
 "file. "
 "file. "
 msgstr ""
 msgstr ""
 
 
-#: functions/prefs.php:117
+#: squirrelmail/functions/prefs.php:117
 msgid "Error opening "
 msgid "Error opening "
 msgstr ""
 msgstr ""

+ 2 - 2
src/compose.php

@@ -152,8 +152,8 @@
          echo "// --></SCRIPT>\n\n";
          echo "// --></SCRIPT>\n\n";
       }
       }
 
 
-      echo "\n<FORM name=compose action=\"compose.php\" METHOD=POST ENCTYPE=\"multipart/form-data\">\n";
-      //echo "\n<FORM name=compose action=\"compose.php\" METHOD=POST>\n";
+      //echo "\n<FORM name=compose action=\"compose.php\" METHOD=POST ENCTYPE=\"multipart/form-data\">\n";
+      echo "\n<FORM name=compose action=\"compose.php\" METHOD=POST>\n";
       if ($reply_id) {
       if ($reply_id) {
          echo "<input type=hidden name=reply_id value=$reply_id>\n";
          echo "<input type=hidden name=reply_id value=$reply_id>\n";
       }		 
       }		 

+ 1 - 1
src/load_prefs.php

@@ -35,7 +35,7 @@
           #
           #
           #  I hard coded the theme as a last resort if no themes were
           #  I hard coded the theme as a last resort if no themes were
           #  found.  It makes no sense to cause the whole thing to exit
           #  found.  It makes no sense to cause the whole thing to exit
-          #  just because themes weren't found.  This is the absolute
+          #  just because themes were not found.  This is the absolute
           #  last resort.
           #  last resort.
           #
           #
           $color[0]   = "#DCDCDC"; // (light gray)     TitleBar
           $color[0]   = "#DCDCDC"; // (light gray)     TitleBar

+ 6 - 6
src/search.php

@@ -29,12 +29,12 @@
    $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);
    $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);
 
 
    do_hook("search_before_form");
    do_hook("search_before_form");
-   echo "<br>
-      <table width=95% align=center cellpadding=2 cellspacing=0 border=0>
-      <tr><td bgcolor=\"$color[0]\">
-          <center><b>"._("Search")."</b></center>
-      </td></tr>
-      <tr><td align=center>";
+   echo "<br>\n";
+   echo "      <table width=95% align=center cellpadding=2 cellspacing=0 border=0>\n";
+   echo "      <tr><td bgcolor=\"$color[0]\">\n";
+   echo "          <center><b>"._("Search")."</b></center>\n";
+   echo "      </td></tr>\n";
+   echo "      <tr><td align=center>";
 
 
    echo "<FORM ACTION=\"search.php\" NAME=s>\n";
    echo "<FORM ACTION=\"search.php\" NAME=s>\n";
    echo "   <TABLE WIDTH=75%>\n";
    echo "   <TABLE WIDTH=75%>\n";