Private Envelope Data. More...
#include "config.h"
Include dependency graph for private.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Enumerations | |
| enum | HeaderField { HDR_FROM , HDR_TO , HDR_CC , HDR_BCC , HDR_SUBJECT , HDR_REPLYTO , HDR_FCC , HDR_CRYPT , HDR_CRYPTINFO , HDR_AUTOCRYPT , HDR_NEWSGROUPS , HDR_FOLLOWUPTO , HDR_XCOMMENTTO , HDR_CUSTOM_HEADERS , HDR_ATTACH_TITLE } |
| Ordered list of headers for the compose screen. More... | |
Variables | |
| const char *const | Prompts [] |
| Names of header fields used in the envelope, e.g. From:, To: | |
Private Envelope Data.
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 private.h.
| enum HeaderField |
Ordered list of headers for the compose screen.
The position of various fields on the compose screen.
Definition at line 33 of file private.h.
|
extern |
Names of header fields used in the envelope, e.g. From:, To:
Definition at line 93 of file window.c.