NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Mixmaster Remailer Dialog

The Mixmaster Remailer Dialog lets the user edit anonymous remailer chain.

Windows

Name Type See Also
Mixmaster Remailer Dialog WT_DLG_MIXMASTER dlg_mixmaster()

Parent

Children

Data

The Mixmaster Remailer Dialog stores its data (Remailer) in Menu::mdata.

Events

Once constructed, it is controlled by the following events:

Event Type Handler
NT_CONFIG remailer_config_observer()
NT_WINDOW remailer_window_observer()

The Mixmaster Remailer Dialog does not implement MuttWindow::recalc() or MuttWindow::repaint().

Some other events are handled by the dialog's children.

Functions

Function Description Links
dlg_mixmaster() Create a Mixmaster chain gui_dlg
mix_dlg_new() Create a new Mixmaster Remailer Dialog
remailer_config_observer() Notification that a Config Variable has changed observer_t, observer_api
remailer_window_observer() Notification that a Window has changed observer_t, observer_api