Confirmed users
184
edits
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
---- | ---- | ||
This | <div style="text-align:right;">This section is organized alphabetically.</div> | ||
<code>penelope.attachments.alwaysShowAttachBox</code> | <code>penelope.attachments.alwaysShowAttachBox</code> | ||
* Default: '''true''' | * Default: '''true''' | ||
* In a normal compose message window, the message header fields take up the entire horizontal width. If you want to add an attachment, you can drag it | * In a normal compose message window, the message header fields take up the entire horizontal width. If you want to add an attachment, you can drag it into this space; a container box will open up, reducing the width of the header area and listing the attached files. Because this “initially hidden” state is in no way intuitive, because the horizontal space is wasted on single vertically placed addresses, and because this box will appear anyway when attachments are added, the box is shown by default. | ||
<code>penelope.copyFullAddresses</code> | <code>penelope.copyFullAddresses</code> | ||
* Default: '''true''' | * Default: '''true''' | ||
* | * Right-click on an email address in a message and there is an option to ''Copy Email Address''. By default, the function copies both the name and address: ''Name <foo@bar.com>''. | ||
* | * Modifying the function with '''''SHIFT''''' toggles the behavior to copy only ''foo@bar.com''. | ||
* If the preference is set to '''OFF''', the behavior is reversed. | * If the preference is set to '''OFF''', the behavior of both the function and the modifier is reversed. | ||
| Line 35: | Line 35: | ||
<code>penelope.mailbox.fixIconColumns.width</code> | <code>penelope.mailbox.fixIconColumns.width</code> | ||
* Default: '''24''' | * Default: '''24''' | ||
* These preferences apply to columns whose status data is represented by icons only. By default, these columns are fixed width and centered: Status, Priority, Attachment, Thread, Starred, Read, Junk Status. | * These preferences apply to columns whose status data is represented by icons only. By default, these columns are fixed width and centered: ''Status'', ''Priority'', ''Attachment'', ''Thread'', ''Starred'', ''Read'', and ''Junk Status''. | ||
::: The first preference controls whether or not the columns are fixed or adjustable. As there is little reason to adjust their widths since they only ever display icons of a single specific size, the width has been preset and locked to prevent accidental modification. If | ::: The first preference controls whether or not the columns are fixed or adjustable. As there is little reason to adjust their widths since they only ever display icons of a single specific size, the width has been preset and locked to prevent accidental modification. If you wish to set the widths to something personal, simply set the first preference to '''false''' and drag the column separator in the usual fashion. | ||
::: The second preference contains the pixel width of the fixed width icon columns. Should you wish to alter the width of all the columns, simply change it to the desired number of pixels. | ::: The second preference contains the pixel width of the fixed width icon columns. Should you wish to alter the width of all the columns, simply change it to the desired number of pixels. | ||
| Line 57: | Line 57: | ||
* Acceptable formats: RGB hex triplets or HTML color names. | * Acceptable formats: RGB hex triplets or HTML color names. | ||
* Trivia: the default grey line color is the same as it was in classic Eudora. | * Trivia: the default grey line color is the same as it was in classic Eudora. | ||
* To replicate cE’s BlackTocLines setting, use '''#000000''' (or '''black'''). | * To replicate cE’s ''BlackTocLines'' setting, use '''#000000''' (or '''black'''). | ||