]> code.citadel.org Git - citadel.git/blobdiff - citadel/messages.c
Changes required in order to handle the new translation paradigm for Internet
[citadel.git] / citadel / messages.c
index d5bc7de50659bafe6f16947b62cf5937dc272af1..b3a9cf16a1338b34459a0f261f425280f0bcda4c 100644 (file)
@@ -379,8 +379,6 @@ int read_message(long int num, char pagin)  /* Read a message from the server */
                if (!struncmp(buf,"from=",5)) {
                        printf("from %s ",&buf[5]);
                        }
-               if (!struncmp(buf,"path=",5))
-                       strcpy(reply_to,&buf[5]);
                if (!struncmp(buf,"subj=",5))
                        strcpy(m_subject,&buf[5]);
                if ((!struncmp(buf,"hnod=",5)) 
@@ -402,7 +400,7 @@ int read_message(long int num, char pagin)  /* Read a message from the server */
                                {
                                strcpy(reply_to,from);
                                }
-                       else if (haschar(&buf[5],'.')==0) {
+                       else {
                                sprintf(reply_to,"%s @ %s",from,&buf[5]);
                                }
                        }