X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=alias.cpkg;h=88238758fd45d45e82f87a7fa8ae3889eab04ff8;hp=d1b536cbdf6d783c060c8930f5f70f70f0f3700d;hb=4956024f0d540c5dd689444113307fa7f9dd4067;hpb=5e8dcf320fab5f7ff14d5a770cfa680fd4002d65 diff --git a/alias.cpkg b/alias.cpkg index d1b536c..8823875 100644 --- a/alias.cpkg +++ b/alias.cpkg @@ -42,7 +42,7 @@ static rx_t *Alternates = NULL, *UnAlternates = NULL; rx_t *MailLists = NULL, *UnMailLists = NULL; rx_t *SubscribedLists = NULL, *UnSubscribedLists = NULL; -@static_package MAlias { +@package MAlias { /* ** .pp ** Specifies the format of the data displayed for the ``alias'' menu. The @@ -67,6 +67,15 @@ rx_t *SubscribedLists = NULL, *UnSubscribedLists = NULL; */ path_t alias_file = m_strdup("~/.madmutt/aliases"); + /* + ** .pp + ** Specifies the filename of your signature, which is appended to all + ** outgoing messages. If the filename ends with a pipe (``\fT|\fP''), it is + ** assumed that filename is a shell command and input should be read from + ** its stdout. + */ + path_t signature = m_strdup("~/.signature"); + void alternates(rx_t rx) { rx_list_remove(&UnAlternates, rx); rx_list_add(&Alternates, rx);