Mailing-list action dialog. More...
#include "config.h"#include <stdio.h>#include "mutt/lib.h"#include "email/lib.h"#include "core/lib.h"#include "gui/lib.h"#include "lib.h"#include "key/lib.h"#include "menu/lib.h"#include "functions.h"#include "mutt_logging.h"#include "mx.h"
Include dependency graph for dlg_mlist.c:Go to the source code of this file.
Functions | |
| static void | mlist_data_free (struct Menu *menu, void **ptr) |
| Free list dialog data - Implements Menu::mdata_free() -. | |
| static void | mlist_data_add_entries (struct ListData *ld, const struct ListAction *action) |
| Add menu rows for one mailing-list action. | |
| static int | mlist_make_entry (struct Menu *menu, int line, int max_cols, struct Buffer *buf) |
| Format a mailing-list action for the dialog - Implements Menu::make_entry() -. | |
| void | dlg_mlist (struct Mailbox *m, struct Email *e) |
| Display mailing-list actions for an email -. | |
Variables | |
| static const struct Mapping | MlistHelp [] |
| Help Bar for the Mailing-list action dialog. | |
Mailing-list action dialog.
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_mlist.c.
|
static |
Add menu rows for one mailing-list action.
| ld | Dialog state |
| action | Mailing-list action |
Definition at line 75 of file dlg_mlist.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Help Bar for the Mailing-list action dialog.
Definition at line 43 of file dlg_mlist.c.