SMIME Key Selection Dialog. More...
#include "config.h"
#include <stdbool.h>
#include <stdio.h>
#include "private.h"
#include "mutt/lib.h"
#include "core/lib.h"
#include "gui/lib.h"
#include "lib.h"
#include "key/lib.h"
#include "menu/lib.h"
#include "mutt_logging.h"
#include "smime.h"
#include "smime_functions.h"
Go to the source code of this file.
Functions | |
static char * | smime_key_flags (KeyFlags flags) |
Turn SMIME key flags into a string. | |
static int | smime_make_entry (struct Menu *menu, int line, int max_cols, struct Buffer *buf) |
Format an S/MIME Key for the Menu - Implements Menu::make_entry() -. | |
static void | smime_key_table_free (struct Menu *menu, void **ptr) |
Free the key table - Implements Menu::mdata_free() -. | |
struct SmimeKey * | dlg_smime (struct SmimeKey *keys, const char *query) |
Get the user to select a key -. | |
Variables | |
static const struct Mapping | SmimeHelp [] |
Help Bar for the Smime key selection dialog. | |
SMIME Key Selection Dialog.
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 dlg_smime.c.
|
static |
Turn SMIME key flags into a string.
flags | Flags, see KeyFlags |
ptr | Flag string |
Definition at line 88 of file dlg_smime.c.