Mailing-list functions. More...
Include dependency graph for functions.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | ListAction |
| A mailing-list action in the dialog. More... | |
| struct | ListEntry |
| A mailing-list action in the dialog. More... | |
| struct | ListData |
| Private data for the Mailing-list action dialog. More... | |
| struct | MlistFunction |
| A list dialog function. More... | |
Typedefs | |
| typedef int(* | mlist_function_t) (struct ListData *ld, const struct KeyEvent *event) |
Functions | |
| ARRAY_HEAD (ListEntryArray, struct ListEntry) | |
| struct ListHead * | mlist_action_value (struct Rfc2369ListHeaders *headers, const struct ListAction *action) |
| Get the stored value for a mailing-list action. | |
| int | mlist_function_dispatcher (struct MuttWindow *win, const struct KeyEvent *event) |
| Perform a List dialog function - Implements function_dispatcher_t -. | |
| bool | mlist_open_url (const char *url) |
Variables | |
| const struct ListAction | ListActions [] |
| Mailing-list actions shown in the dialog. | |
| const int | ListActionsCount |
| Number of entries in ListActions. | |
Mailing-list functions.
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 functions.h.
Definition at line 86 of file functions.h.
| ARRAY_HEAD | ( | ListEntryArray | , |
| struct ListEntry | ) |
| struct ListHead * mlist_action_value | ( | struct Rfc2369ListHeaders * | headers, |
| const struct ListAction * | action ) |
Get the stored value for a mailing-list action.
| headers | Parsed List-* headers |
| action | Action definition |
| ptr | Pointer to the stored header values |
Definition at line 113 of file functions.c.
Here is the caller graph for this function:| bool mlist_open_url | ( | const char * | url | ) |
|
extern |
Mailing-list actions shown in the dialog.
Definition at line 45 of file functions.c.
|
extern |
Number of entries in ListActions.
Definition at line 57 of file functions.c.