* some small improvements for the mailing list support
This commit is contained in:
@ -216,7 +216,7 @@ get_mailing_list (MuMsgFile *self)
|
|||||||
if (b && e)
|
if (b && e)
|
||||||
return g_strndup (b + 1, e - b - 1);
|
return g_strndup (b + 1, e - b - 1);
|
||||||
else
|
else
|
||||||
return NULL;
|
return g_strdup (hdr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -520,7 +520,7 @@ I.e. a message with the draft flag set."
|
|||||||
( :name "List"
|
( :name "List"
|
||||||
:shortname "List"
|
:shortname "List"
|
||||||
:help "Mailing list for this message"
|
:help "Mailing list for this message"
|
||||||
:sortable t))
|
:sortable nil))
|
||||||
(:path .
|
(:path .
|
||||||
( :name "Path"
|
( :name "Path"
|
||||||
:shortname "Path"
|
:shortname "Path"
|
||||||
|
|||||||
Reference in New Issue
Block a user