Changeset View
Changeset View
Standalone View
Standalone View
messageviewer/src/viewer/viewer_p.h
| Show First 20 Lines • Show All 387 Lines • ▼ Show 20 Line(s) | 286 | public: | |||
|---|---|---|---|---|---|
| 388 | bool showSignatureDetails() const; | 388 | bool showSignatureDetails() const; | ||
| 389 | 389 | | |||
| 390 | /** Show signature details. */ | 390 | /** Show signature details. */ | ||
| 391 | void setShowSignatureDetails(bool showDetails = true); | 391 | void setShowSignatureDetails(bool showDetails = true); | ||
| 392 | 392 | | |||
| 393 | /* show or hide the list that points to the attachments */ | 393 | /* show or hide the list that points to the attachments */ | ||
| 394 | void setShowAttachmentQuicklist(bool showAttachmentQuicklist = true); | 394 | void setShowAttachmentQuicklist(bool showAttachmentQuicklist = true); | ||
| 395 | 395 | | |||
| 396 | /* show or hide encryption details */ | ||||
| 397 | void setHideEncryptionDetails(bool encDetails = true); | ||||
| 398 | | ||||
| 396 | void scrollToAttachment(KMime::Content *node); | 399 | void scrollToAttachment(KMime::Content *node); | ||
| 397 | void setUseFixedFont(bool useFixedFont); | 400 | void setUseFixedFont(bool useFixedFont); | ||
| 398 | 401 | | |||
| 399 | void attachmentView(KMime::Content *atmNode); | 402 | void attachmentView(KMime::Content *atmNode); | ||
| 400 | void setFullToAddressList(bool showFullTo); | 403 | void setFullToAddressList(bool showFullTo); | ||
| 401 | void setFullCcAddressList(bool showFullCc); | 404 | void setFullCcAddressList(bool showFullCc); | ||
| 402 | 405 | | |||
| 403 | /** Show/Hide the field with id "field" */ | 406 | /** Show/Hide the field with id "field" */ | ||
| ▲ Show 20 Lines • Show All 292 Lines • Show Last 20 Lines | |||||