Autocrypt account menu. More...
#include "config.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 "functions.h"
#include "mutt_logging.h"
Go to the source code of this file.
Functions | |
void | autocrypt_a (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
Autocrypt: Address - Implements ExpandoRenderData::get_string() -. | |
void | autocrypt_k (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
Autocrypt: GPG Key - Implements ExpandoRenderData::get_string() -. | |
long | autocrypt_n_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
Autocrypt: Index number - Implements ExpandoRenderData::get_number() -. | |
void | autocrypt_p (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
Autocrypt: Prefer-encrypt flag - Implements ExpandoRenderData::get_string() -. | |
void | autocrypt_s (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
Autocrypt: Status flag - Implements ExpandoRenderData::get_string() -. | |
static int | autocrypt_make_entry (struct Menu *menu, int line, int max_cols, struct Buffer *buf) |
Format an Autocrypt Account for the Menu - Implements Menu::make_entry() -. | |
static void | autocrypt_menu_free (struct Menu *menu, void **ptr) |
Free the Autocrypt account Menu - Implements Menu::mdata_free() -. | |
bool | populate_menu (struct Menu *menu) |
Add the Autocrypt data to a Menu. | |
static int | autocrypt_config_observer (struct NotifyCallback *nc) |
Notification that a Config Variable has changed - Implements observer_t -. | |
static int | autocrypt_window_observer (struct NotifyCallback *nc) |
Notification that a Window has changed - Implements observer_t -. | |
void | dlg_autocrypt (void) |
Display the Autocrypt account Menu -. | |
Variables | |
const struct ExpandoRenderData | AutocryptRenderData [] |
Callbacks for Autocrypt Expandos. | |
static const struct Mapping | AutocryptHelp [] |
Help Bar for the Autocrypt Account selection dialog. | |
Autocrypt account menu.
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_autocrypt.c.
bool populate_menu | ( | struct Menu * | menu | ) |
Add the Autocrypt data to a Menu.
menu | Menu to populate |
true | Success |
Definition at line 234 of file dlg_autocrypt.c.
const struct ExpandoRenderData AutocryptRenderData |
Callbacks for Autocrypt Expandos.
Definition at line 85 of file dlg_autocrypt.c.
|
static |
Help Bar for the Autocrypt Account selection dialog.
Definition at line 88 of file dlg_autocrypt.c.