Skip to content

Commit

Permalink
doveadm: Add missing man pages to various entries
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Dec 20, 2024
1 parent e0ca4d8 commit 5cffd98
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions data/doveadm.js
Original file line number Diff line number Diff line change
Expand Up @@ -1321,6 +1321,7 @@ Applicable to [[link,mdbox]] and [[link,sdbox]] mailbox formats only.
},
flags: doveadm_flag_types.USER,
plugin: 'mail-crypt',
man: 'doveadm-mailbox-cryptokey',
text: `
Generate new keypair for user or folder.
Expand Down Expand Up @@ -1357,6 +1358,7 @@ to secure it.
fields: {},
flags: doveadm_flag_types.USER,
plugin: 'mail-crypt',
man: 'doveadm-mailbox-cryptokey',
text: `List all keys for user or mailbox.`
},

Expand All @@ -1376,6 +1378,7 @@ to secure it.
fields: {},
flags: doveadm_flag_types.USER,
plugin: 'mail-crypt',
man: 'doveadm-mailbox-cryptokey',
text: `Exports user or folder private keys.`
},

Expand Down Expand Up @@ -1410,6 +1413,7 @@ to secure it.
fields: {},
flags: doveadm_flag_types.USER,
plugin: 'mail-crypt',
man: 'doveadm-mailbox-cryptokey',
text: `Sets, changes or clears password for user's private key.`
},

Expand Down Expand Up @@ -1563,7 +1567,7 @@ to secure it.
type: doveadm_arg_types.ARRAY
},
},
// TODO: Missing man page
man: 'doveadm-mailbox',
},

'mailbox path': {
Expand Down Expand Up @@ -2022,7 +2026,7 @@ returned.`,
man: 'doveadm-sieve'
},

/* Deprecated. TODO: No man page, but that might be ok? */
/* Deprecated. */
'sis find': {
args: {
'root-dir': {
Expand Down

0 comments on commit 5cffd98

Please sign in to comment.