X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/3799c7942e787a60a5b990d87f7f58208d5ec08e..HEAD:/debian/patches/debian-specific/Md.etc_mailname_gethostbyname.diff?ds=inline diff --git a/debian/patches/debian-specific/Md.etc_mailname_gethostbyname.diff b/debian/patches/debian-specific/Md.etc_mailname_gethostbyname.diff index e55bdc6..13a96b6 100644 --- a/debian/patches/debian-specific/Md.etc_mailname_gethostbyname.diff +++ b/debian/patches/debian-specific/Md.etc_mailname_gethostbyname.diff @@ -1,15 +1,18 @@ ---- init.c.orig -+++ init.c -@@ -46,6 +46,7 @@ +If /etc/mailname is present, the hostname inside the file will be +used, rather than calling gethostbyname() on the actual hostname + +--- a/init.c ++++ b/init.c +@@ -48,6 +48,7 @@ #include #include #include +#include #include #include - -@@ -2770,6 +2771,31 @@ - return 0; + #include +@@ -2952,6 +2953,31 @@ + srandom(seed); } +int getmailname(char *s, size_t l) @@ -40,7 +43,7 @@ void mutt_init (int skip_sys_rc, LIST *commands) { struct passwd *pw; -@@ -2841,10 +2867,25 @@ +@@ -3027,10 +3053,25 @@ Hostname = mutt_substrdup (utsname.nodename, p); p++; strfcpy (buffer, p, sizeof (buffer)); /* save the domain for below */