• Resolved kmoksha

    (@kmoksha)


    How do we ensure that replies to emails are published as separate posts and not as comments ?

    Right now, it seems default setting in Postie is such that any replies made to emails which are already published as posts come as comments to those posts and not as a separate posts.

    Please help.

    https://wordpress.org/plugins/postie/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Wayne Allen

    (@wayneallen-1)

    The only way to do this right now it to change the subject line so it doesn’t match the title of an existing post. I’ll put this on the list of possible new settings.

    Thread Starter kmoksha

    (@kmoksha)

    Ok. Which file (s) of Postie publishes replies to published email posts as commments ?

    Thread Starter kmoksha

    (@kmoksha)

    Plugin Author Wayne Allen

    (@wayneallen-1)

    Everything is in postie-functions.php

    Plugin Author Wayne Allen

    (@wayneallen-1)

    There is a new option in the next version (1.6.15) that will allow you to do this. Messages: Treat Reply As

    Thread Starter kmoksha

    (@kmoksha)

    Thanks a ton.

    This was much needed.

    I would like to make one more request to be put in the next version.

    Right now, in the forwarded mails, the “Fwd:” is removed by the code.

    In order that it does not do so, have deactivated the trim line of the subject so that it looks like this –

    //  $subject = trim($matches[2]);

    It will good if you can include option for removing or not removing the Fwd:

    Plugin Author Wayne Allen

    (@wayneallen-1)

    You can change the “Match short category” setting to “No” and it will likely work the way you want.

    Thread Starter kmoksha

    (@kmoksha)

    I tried that. It does not work. Only thing which works is deactivating that line which I mentioned in previous post.

    Plugin Author Wayne Allen

    (@wayneallen-1)

    Interesting. I’ll look into that.

    Plugin Author Wayne Allen

    (@wayneallen-1)

    A new setting has been added: “Treat Replies As” allows user to specify if replies should be processed as comments or new posts.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How to publish replies to emails as separate posts and not as comments ?’ is closed to new replies.