Browse NNTP groups. More...
#include "config.h"
#include <stdio.h>
#include <string.h>
#include "mutt/lib.h"
#include "email/lib.h"
#include "conn/lib.h"
#include "lib.h"
#include "expando/lib.h"
#include "adata.h"
Go to the source code of this file.
Functions | |
static void | nntp_account (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
Newsrc: Account url - Implements get_string_t -. | |
static long | nntp_port (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
Newsrc: Port - Implements get_number_t -. | |
static long | nntp_port_if_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
Newsrc: Port if specified - Implements get_number_t -. | |
static void | nntp_port_if (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
Newsrc: Port if specified - Implements get_string_t -. | |
static void | nntp_schema (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
Newsrc: Url schema - Implements get_string_t -. | |
static void | nntp_server (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
Newsrc: News server name - Implements get_string_t -. | |
static void | nntp_username (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
Newsrc: Username - Implements get_string_t -. | |
Variables | |
const struct ExpandoRenderCallback | NntpRenderCallbacks [] |
Callbacks for Newsrc Expandos. | |
Browse NNTP groups.
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 expando_newsrc.c.
const struct ExpandoRenderCallback NntpRenderCallbacks[] |
Callbacks for Newsrc Expandos.
Definition at line 162 of file expando_newsrc.c.