Answers
1. New Mail folder never closes. Email messages are delivered from your POP3 server to it. Then messages are distributed to various folders according to the rules you set up. Any messages not handled, are processed by the default rule and moved into the Pegasus Mail Default folder, see Menu: Tools/Options/General Settings/Basic settings --> Default folder
2. To create and use a subroutine:
In rules processing,
- If you haven't already, add a rule "Always trigger "Action "Exit ruleset" to end main ruleset coding
- Add a Label (with parameter set to a meaningful name to mark the start of subroutine)
- Add multiple rules as required
- Add rule Always Trigger action "Return from Call"
In your main rule add a rule "Always trigger" which has an Action of "Call" with the parameter set to the Label created above. You will need to use the big arrow (on the side) to move this Call statement above the "Exit ruleset" rule.
The Pegasus Mail help system can explain in more detail how to do all this.
HTH
<p>Answers</p><p>&nbsp;</p><p>1. New Mail folder never closes. Email messages are delivered from your POP3 server to it. Then messages are distributed to various folders according to the rules you set up. Any messages not handled, are processed by the default rule and moved into the Pegasus Mail Default folder, see Menu: Tools/Options/General Settings/Basic settings --&gt; Default folder </p><p>2. To create and use a subroutine:</p><p>&nbsp; In rules processing,&nbsp; </p><ul><li>If you haven't already, add a rule "Always trigger "Action "Exit ruleset" to end main ruleset coding
</li><li>Add a Label (with parameter set to a meaningful name to mark the start of subroutine)
</li><li>Add multiple rules as required</li><li>Add rule Always Trigger action "Return from Call"</li></ul><p>In your main rule add a rule "Always trigger" which has an Action of "Call" with the parameter set to the Label created above.&nbsp; You will need to use the big arrow (on the side) to move this Call statement above the "Exit ruleset" rule.
The Pegasus Mail help system can explain in more detail how to do all this.</p><p>HTH
</p><p>&nbsp;</p>