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 "autocrypt_data.h"#include "expando.h"#include "functions.h"#include "mutt_logging.h"
Include dependency graph for dlg_autocrypt.c:Go to the source code of this file.
Functions | |
| 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() -. | |
| 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 144 of file dlg_autocrypt.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Help Bar for the Autocrypt Account selection dialog.
Definition at line 88 of file dlg_autocrypt.c.