File: Looks.html

package info (click to toggle)
postilion 0.9.2-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 12,200 kB
  • ctags: 6,009
  • sloc: ansic: 66,879; tcl: 12,863; makefile: 1,054; sh: 242
file content (150 lines) | stat: -rw-r--r-- 9,945 bytes parent folder | download | duplicates (2)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
  <head>
    <title>Postilion looks</title>
  </head>

  <body bgcolor="#dddddd" text="#000000">
    <a name="Top">
    <h1>Postilion looks</h1></a>
    <a name="Browser">
    <h3>The Browser window</h3></a>
    <img src="browser.gif">
    <p>
      This is where most activity happens in Postilion.  The title bar displays the open mailbox.  There is a choice of menu systems used, more on that later.  The buttons along the top allow for fast access to the most often used features.  The clock/calendar looking thing is showing the time, day and date that the selected message was sent (in local time).  Below the buttons is the total number of messages in the mail box, and the total size.  Below that is the mailbox sash.  When this is clicked on, it will lower to reveal a hierarchical list of mailboxes (much like the <a href="Looks.html#Mboxes">Mailboxes</a> widget.  Next is the message list,  the format of this list is configurable, on a global and per mailbox basis.  Right now it is showing:
    </p>
    <ul>
      <li>Flags (D=deleted, F=flagged, N=new, +=for me personally)</li>
      <li>Date message was sent</li>
      <li>Sender's full name, if available, or address.</li>
      <li>Size</li>
      <li>Subject</li>
    </ul>
    <p>
      If this mailbox were full of messages I had sent out (an Fcc: box) I might have it display the recipient's name, instead of the sender's.  This is configured per mailbox.
    </p>
    <p>
      Also configured per mailbox is:
    </p>
    <ul>
      <li>Sort order</li>
    <ul>
      <li>Subject by date</li>
      <li>Subject</li>
      <li> Sender</li>
      <li> Natural order</li>
      <li> Reverse natural order</li>
      <li> Date</li>
      <li>Reverse date</li>
    </ul>
    <li>From: address</li>
    <li>Reply: to address</li>
    <li>Fcc: save to mailbox</li>
    <li>Signature file</li>
    <li>Which message should be selected on mailbox open:</li>
    <ul>
      <li>First message in mailbox</li>
      <li>Last message in mailbox</li>
      <li>First unread message in mailbox</li>
      <li>Message before first unread message in mailbox</li>
    </ul>
  </ul>
    <p>
      These and other preferences are set in the <a href="Looks.html#Preferences">Preferences</a> window, or in the <a href="Looks.html#MEdit">Mailbox edit</a> window.
    </p>
    <a href="Looks.html#Top">Return to top of page</a>
    <a href="../Postilion.html#contents">Return to Postilion table of contents</a>
    <a name="Compose">
    <h3>The Compose window</h3></a>
    <img src="compose.gif">
    <p>
      This is where new messages are composed, replies are created and messages are forwarded.  Again, from the top, we have the Envelope fields.  Currently displayed are To: Subject: and Cc:.  Also available, with a menu choice, or by configuration, are:
    </p>
    <ul>
      <li>Bcc: (blind carbon copy)</li>
      <li>Keywords</li>
      <li>Content-description</li>
      <li>Reply to:</li>
      <li>Comments</li>
      <li>From:</li>
    </ul>
    <p>
      Next we have a string of buttons for most common functions.
      <p>
      <ul>
      <li>The deliver button will also save a copy of the message to this mailbox's &quot;Save_to&quot; or Fcc: mailbox, or to the default, or none if none is set.</li>
      <li>The Send/Save button lets you send and save a copy to a mailbox you choose.</li>
      <li>the Addresses button opens up the <a href="Looks.html#Addresses">Addresses</a> window, which lets you insert addresses from personal and system wide address books, edit those books, etc.</li>
      <li>The next button, labeled Reply All, actually will change from Reply to Reply All.  When this window is first opened, this button will be Reply, if pressed, it will create a reply (quoted or not, depending upon preferences) to the sender of the message selected in the <a href="Looks.html#Browser">Browser</a> window.  If pressed again, it will add all other recipients of the original message to the Cc: field.</li>
      <li>The Forward button, which reproduces the currently selected message as an inline forward.  Forward as attachment is also available as a menu choice hot key from the Browser window.</li>
      <li>The Spell check button.  This uses the Ispell program to spell check your composition.  Spell checking is also done on the fly, highlighting misspelt words in user defined styles.  A right mouse click on a misspelt word will pop-up a menu of suggested spellings.</li>
      <li>The Detach button, which will remove a selected attachment.</li>
      <li>The Attach button, which lets you select a file to attach to your message.  On some systems, Drag-and-Drop attachments are also supported (drag a file from a file manager into the compose window, and it is automatically attached).</li>
    </ul>
    <p>
      Next comes the message body you are composing, and then the attachments list.
    </p>
    <a href="Looks.html#Top">Return to top of page</a>
    <a href="../Postilion.html#contents">Return to Postilion table of contents</a>
    <a name="Mboxes">
    <h3>The Mailboxes Window</h3></a>
    <img src="mboxes.gif">
    <p>
      This window lets you browse your hierarchy of mailboxes.  Postilion comfortably manages hundreds of mailboxes.  It can read many common mailbox formats, including:
      </p>
    <ul>
      <li>Standard Unix mailboxes</li>
      <li>MH style mail folders</li>
      <li>IMAP 4rev1 mailboxes (including shared folders)(with configurable host:port)</li>
      <li>POP mailboxes (with configurable host:port)</li>
      <li>Sub-Menus, which contain more mailboxes</li>
      <li>Dynamic mailboxes, which store messages according to sender, recipient or date (usefull as Fcc: mailboxes for outgoing mail).</li>
    </ul>
    <p>
      From this window, you can double click on a mailbox to open it in the current <a href="Looks.html#Browser">Browser</a> window, or in a new window if none is selected.  Clicking on a submenu, or dynamic mailbox will show the contents of that mailbox in the next list to the right (as shown in the picture).  Right-clicking the mouse over a mailbox will open a menu of options such as edit, delete, cut, paste, new, etc.  Using the cut and paste options, you can rearrange the hierarchy.  The buttons at the bottom give access to the most often used functions.  The Open button will open the selected mailbox in a new <a href="Looks.html#Browser">Browser</a> window.  The Move-to button will move the selected message(s) in the current Mailbox window to the mailbox currently selected in this window.
    </p>
    <a href="Looks.html#Top">Return to top of page</a>
    <a href="../Postilion.html#contents">Return to Postilion table of contents</a>
    <a name="MEdit">
      <h3>The Mailbox edit window</h3></a>
      <img src="medit.gif">
      <p>
      This window lets you edit all of the features associated with a particular mailbox.  For remote mailboxes, such as IMAP or POP, it lets you specify the host, port number and username.  You can also import existing mailboxes from standard Unix mailbox directories, MH mailboxes, or IMAP servers, and then edit them to your liking.
      </p>
    <a href="Looks.html#Top">Return to top of page</a>
    <a href="../Postilion.html#contents">Return to Postilion table of contents</a>
    <a name="Addresses">
      <h3>The Addresses window</h3></a>
      <img src="address.gif">
      <p>
      The Addresses window gives access to your list of common corresponents.  From here you can group your addresses into manageable address books, and easily insert them into envelope fields.  Not only do the individual addressbooks give you control over large numbers of addresses, but by selecting an address book, and then pressing To:-List, you can send a message to everyone in that address book!  Once an address book is selected from the list on the left, it's addresses appear in the list on the right.  The buttons are context sensitive, allowing you to create, delete, edit or send to either an entire address book or a single address.  For convenience, addresses also have short aliases attached, which let you find them quickly.  Typing an alias into an Envelope field will automatically substitute the full address.
    </p>
    <p>
      Postilion also will read alias files produced by commonly used programs such as Elm, Pine and Mail, or can import them.
    </p>
    <a href="Looks.html#Top">Return to top of page</a>
    <a href="../Postilion.html#contents">Return to Postilion table of contents</a>
    <a name="Preferences">
      <h3>The Preferences window</h3></a>
    <img src="prefs.gif">
    <p>
      This window lets you control most of the programs functions to your taste.  The different pages of the notebook wigdet let you control different aspects of the program.  Sane defaults are supplied for almost all features, and system wide defaults are supported.
    </p>
    <p>
    <a href="Looks.html#Top">Return to top of page</a>
    <a href="../Postilion.html#contents">Return to Postilion table of contents</a>
    <a name="Nextmenu">
	<h3>The Main menu</h3></a>
      <img src="menu1.gif">
      <p>
      There are two different modes for menu operation supported by Postilion.  The menu above is a NeXT style menu.  That is, there is a single menu for the entire application, which changes to reflect the context the user is in.  In the example above, a <a href="Looks.html#Browser">Browser</a> window is the current context, so the edit menu choice is disabled.  The other menu mode is shown below.  This is a standard menubar attached to each of the main windows.
      </p>
    <img src="menu2.gif">
    <hr>
    <address><a href="mailto:nic@turing.postilion.org">Nic Bernstein</a></address>
<!-- Created: Wed Feb  4 00:06:57 CST 1998 -->
<!-- hhmts start -->
Last modified: Sat Jan 30 17:43:20 CST 1999
<!-- hhmts end -->
  </body>
</html>