X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=alias.cpkg;fp=alias.cpkg;h=2efa1efb9065337f8fbd8c3477453b5c72600b87;hb=68d92974c5785799ffb24f6577ae030594f91b29;hp=88238758fd45d45e82f87a7fa8ae3889eab04ff8;hpb=4956024f0d540c5dd689444113307fa7f9dd4067;p=apps%2Fmadmutt.git diff --git a/alias.cpkg b/alias.cpkg index 8823875..2efa1ef 100644 --- a/alias.cpkg +++ b/alias.cpkg @@ -65,7 +65,7 @@ rx_t *SubscribedLists = NULL, *UnSubscribedLists = NULL; ** \fBNote:\fP Madmutt will not automatically source this file; you must ** explicitly use the ``$source'' command for it to be executed. */ - path_t alias_file = m_strdup("~/.madmutt/aliases"); + path_t alias_file = m_strdup("~/.madmutt/aliases"); /* ** .pp @@ -74,7 +74,19 @@ rx_t *SubscribedLists = NULL, *UnSubscribedLists = NULL; ** assumed that filename is a shell command and input should be read from ** its stdout. */ - path_t signature = m_strdup("~/.signature"); + path_t signature = m_strdup("~/.signature"); + + /* + ** .pp + ** This specifies the file into which your outgoing messages should be + ** appended. (This is meant as the primary method for saving a copy of + ** your messages, but another way to do this is using the ``$my_hdr'' + ** command to create a \fTBcc:\fP header field with your email address in it.) + ** .pp + ** The value of \fI$$record\fP is overridden by the ``$$force_name'' and + ** ``$$save_name'' variables, and the ``$fcc-hook'' command. + */ + path_t record = NULL; void alternates(rx_t rx) { rx_list_remove(&UnAlternates, rx);