* some small improvements for the mailing list support

This commit is contained in:
djcb 2012-12-22 21:57:49 +02:00
parent c7467210a4
commit 4f37e979e1
2 changed files with 2 additions and 2 deletions

View File

@ -216,7 +216,7 @@ get_mailing_list (MuMsgFile *self)
if (b && e)
return g_strndup (b + 1, e - b - 1);
else
return NULL;
return g_strdup (hdr);
}

View File

@ -520,7 +520,7 @@ I.e. a message with the draft flag set."
( :name "List"
:shortname "List"
:help "Mailing list for this message"
:sortable t))
:sortable nil))
(:path .
( :name "Path"
:shortname "Path"