PGP/Smime functions. More...
#include "config.h"#include <stddef.h>#include "mutt/lib.h"#include "core/lib.h"#include "gui/lib.h"#include "key/lib.h"#include "menu/lib.h"#include "ncrypt/lib.h"#include "module_data.h"
Include dependency graph for functions.c:Go to the source code of this file.
Functions | |
| void | pgp_init_keys (struct NeoMutt *n, struct SubMenu *sm_generic) |
| Initialise the PGP Keybindings - Implements ::init_keys_api. | |
Variables | |
| static const struct MenuFuncOp | OpPgp [] |
| Functions for the Pgp Menu. | |
| static const struct MenuFuncOp | OpSmime [] |
| Functions for the Smime Menu. | |
| static const struct MenuOpSeq | PgpDefaultBindings [] |
| Key bindings for the Pgp Menu. | |
| static const struct MenuOpSeq | SmimeDefaultBindings [] |
| Key bindings for the Smime Menu. | |
PGP/Smime functions.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file functions.c.
Initialise the PGP Keybindings - Implements ::init_keys_api.
Definition at line 88 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Functions for the Pgp Menu.
Definition at line 43 of file functions.c.
|
static |
Functions for the Smime Menu.
Definition at line 53 of file functions.c.
|
static |
Key bindings for the Pgp Menu.
Definition at line 65 of file functions.c.
|
static |
Key bindings for the Smime Menu.
Definition at line 75 of file functions.c.