23#ifndef MUTT_MIXMASTER_CHAIN_DATA_H
24#define MUTT_MIXMASTER_CHAIN_DATA_H
51 struct RemailerArray *
ra;
struct ChainData * chain_data_new(void)
Create new Chain data.
#define MAX_MIXES
Mixmaster's maximum chain length. Don't change this.
void chain_data_free(struct MuttWindow *win, void **ptr)
Free the Chain data attached to the Window - Implements MuttWindow::wdata_free() -.
An ordered set of Remailer hosts.
int chain_len
Length of chain.
struct RemailerArray * ra
Array of all Remailer hosts.
struct MuttWindow * win_cbar
Chain Bar (status window)
int chain[MAX_MIXES]
Indexes of chain hosts.
int sel
Current selection.
struct Coord coords[MAX_MIXES]
Screen coordinates of each entry.