GPGME Key Selection Dialog. More...
#include "config.h"#include <locale.h>#include <stdbool.h>#include <stdio.h>#include "private.h"#include "mutt/lib.h"#include "address/lib.h"#include "config/lib.h"#include "core/lib.h"#include "gui/lib.h"#include "lib.h"#include "expando/lib.h"#include "key/lib.h"#include "menu/lib.h"#include "crypt_gpgme.h"#include "expando_gpgme.h"#include "gpgme_functions.h"#include "mutt_logging.h"#include "sort.h"
Include dependency graph for dlg_gpgme.c:Go to the source code of this file.
Functions | |
| static int | crypt_make_entry (struct Menu *menu, int line, int max_cols, struct Buffer *buf) |
| Format a PGP Key for the Menu - Implements Menu::make_entry() -. | |
| static int | gpgme_key_config_observer (struct NotifyCallback *nc) |
| Notification that a Config Variable has changed - Implements observer_t -. | |
| static int | gpgme_key_window_observer (struct NotifyCallback *nc) |
| Notification that a Window has changed - Implements observer_t -. | |
| struct CryptKeyInfo * | dlg_gpgme (struct CryptKeyInfo *keys, struct Address *p, const char *s, unsigned int app, bool *forced_valid) |
| Get the user to select a key -. | |
Variables | |
| static const struct Mapping | GpgmeHelp [] |
| Help Bar for the GPGME key selection dialog. | |
GPGME 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_gpgme.c.