NeoMutt  2025-01-09-144-gb44c67
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
CliSend Struct Reference

Send Mode Command Line options. More...

#include "objects.h"

+ Collaboration diagram for CliSend:

Data Fields

bool is_set
 This struct has been used.
 
bool use_crypto
 -C Use CLI crypto
 
bool edit_infile
 -E Edit the draft/include
 
struct StringArray attach
 -a Attach a file
 
struct StringArray bcc_list
 -b Add a Bcc:
 
struct StringArray cc_list
 -c Add a Cc:
 
struct StringArray addresses
 Send to these addresses.
 
struct Buffer draft_file
 -H Use this draft file
 
struct Buffer include_file
 -i Use this include file
 
struct Buffer subject
 -s Use this Subject:
 

Detailed Description

Send Mode Command Line options.

Definition at line 93 of file objects.h.

Field Documentation

◆ is_set

bool CliSend::is_set

This struct has been used.

Definition at line 95 of file objects.h.

◆ use_crypto

bool CliSend::use_crypto

-C Use CLI crypto

Definition at line 96 of file objects.h.

◆ edit_infile

bool CliSend::edit_infile

-E Edit the draft/include

Definition at line 97 of file objects.h.

◆ attach

struct StringArray CliSend::attach

-a Attach a file

Definition at line 99 of file objects.h.

◆ bcc_list

struct StringArray CliSend::bcc_list

-b Add a Bcc:

Definition at line 100 of file objects.h.

◆ cc_list

struct StringArray CliSend::cc_list

-c Add a Cc:

Definition at line 101 of file objects.h.

◆ addresses

struct StringArray CliSend::addresses

Send to these addresses.

Definition at line 102 of file objects.h.

◆ draft_file

struct Buffer CliSend::draft_file

-H Use this draft file

Definition at line 104 of file objects.h.

◆ include_file

struct Buffer CliSend::include_file

-i Use this include file

Definition at line 105 of file objects.h.

◆ subject

struct Buffer CliSend::subject

-s Use this Subject:

Definition at line 106 of file objects.h.


The documentation for this struct was generated from the following file: