Changeset 5461:e09af06a5312
- Timestamp:
- 2008-07-21 02:41:38 (4 months ago)
- Author:
- Rocco Rutte <pdmef@…>
- Branch:
- HEAD
- Message:
-
Document that account-hook is intended for connection-related settings only
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5460
|
r5461
|
|
| 5958 | 5958 | folder-hook but is invoked whenever you access a remote mailbox |
| 5959 | 5959 | (including inside the folder browser), not just when you open the |
| 5960 | | mailbox. |
| | 5960 | mailbox which includes (for example) polling for new mail, storing Fcc |
| | 5961 | messages and saving messages to a folder. As a consequence, |
| | 5962 | account-hook should only be used to set connection-related settings such |
| | 5963 | as passwords or tunnel commands but not settings such as sender |
| | 5964 | address or name (because in general it should be considered unpredictable |
| | 5965 | which account-hook was last used). |
| 5961 | 5966 | </para> |
| 5962 | 5967 | |