| 1 | [[TranslatedPages]] |
| 2 | |
| 3 | = Ventanas = |
| 4 | |
| 5 | The following pages are explaining the use of YAM based on the different windows it presents to the user during its use. |
| 6 | |
| 7 | * [[Windows/Mainwindow| Main window ]] How to receive and send mail, copy it, etc. |
| 8 | * [[Windows/Mainwindow#FixFolderList| Folder list]] |
| 9 | * [[Windows/Mainwindow#FixMessageList| Message list ]] |
| 10 | * [[Windows/Mainwindow#FixToolbar| Toolbar ]] |
| 11 | * [[Windows/Writewindow| Write window ]] Writing e-mail messages. |
| 12 | * [[Windows/Writewindow#FixMessageSheet| Message sheet ]] |
| 13 | * [[Windows/Writewindow#FixAttachmentSheet| Attachment sheet ]] |
| 14 | * [[Windows/Writewindow#FixOptionsSheet| Options sheet ]] |
| 15 | * [[Windows/Writewindow#FixGlossary| Glossary ]] |
| 16 | * [[Windows/Readwindow| Read window ]] Reading e-mail messages. |
| 17 | * [[Windows/Readwindow#FixToolbar| Toolbar ]] |
| 18 | * [[Windows/Foldersettings| Folder settings ]] Editing a folder. |
| 19 | * [[Windows/Addressbook| Addressbook ]] Saving useful addresses. |
| 20 | * [[Windows/Addressbook#FixEdit| Entering addresses ]] |
| 21 | * [[Windows/Mailtransfers| Mail transfers ]] Downloading and sending messages. |
| 22 | * [[Windows/Searchwindow| Search window ]] Finding a particular message. |
| 23 | * [[Configuration#FixComparison| Search criteria ]] |
| 24 | * [[Windows/Userswindow| Multiple Users ]] Defining multiple users. |
| 25 | |
| 26 | [[=#FixDrag]] |
| 27 | == Drag & Drop == |
| 28 | |
| 29 | Like many modern programmes, YAM supports drag&drop. This means that |
| 30 | you can grab an object with the left mouse button and drop it over |
| 31 | another object by releasing the mouse button to trigger some operation. |
| 32 | |
| 33 | YAM supports the following drag&drop operations: |
| 34 | |
| 35 | |
| 36 | ||Source ||Destination ||Operation || |
| 37 | ||||||-----------------------------------------------------------------------|| |
| 38 | ||Message list ||Recipient field ||Extract recipient from message|| |
| 39 | ||Message list ||Attachment list ||Add message as attachment|| |
| 40 | ||Message list ||Folder list ||Move messages|| |
| 41 | ||Folder list ||Folder list ||Rearrange folders|| |
| 42 | ||Attachment list ||Attachment list ||Rearrange attachments|| |
| 43 | ||Address book ||Address book ||Rearrange address book entries|| |
| 44 | ||Address book ||Recipient field ||Get recipient from address book|| |
| 45 | ||Address book ||Editor window ||Insert address in letter|| |
| 46 | ||Address book ||Member list ||Add members to distribution list|| |
| 47 | ||Member list ||Member list ||Rearrange list members|| |
| 48 | ||Text file ||Editor window ||Insert file in letter|| |
| 49 | ||Text file ||Attachment list ||Add file as attachment|| |
| 50 | ||Text file ||AppIcon ||Use file as text in new message|| |
| 51 | ||Binary file ||AppIcon ||Use file as attachment in new message|| |
| 52 | ||Binary file ||Editor window ||Add file as attachment|| |
| 53 | ||Binary file ||Attachment list ||Add file as attachment|| |