Autocrypt account menu. More...
#include "config.h"
#include <stdbool.h>
#include <stdint.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 "key/lib.h"
#include "menu/lib.h"
#include "format_flags.h"
#include "functions.h"
#include "mutt_logging.h"
#include "muttlib.h"
Go to the source code of this file.
Functions | |
static const char * | autocrypt_format_str (char *buf, size_t buflen, size_t col, int cols, char op, const char *src, const char *prec, const char *if_str, const char *else_str, intptr_t data, MuttFormatFlags flags) |
Format a string for the Autocrypt account list - Implements format_t -. | |
static void | autocrypt_make_entry (struct Menu *menu, char *buf, size_t buflen, int num) |
Create a line for the Autocrypt account 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 | |
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 213 of file dlg_autocrypt.c.
|
static |
Help Bar for the Autocrypt Account selection dialog.
Definition at line 86 of file dlg_autocrypt.c.