• How Do I Stop Monthly Query To Move Mail?

    From NotReal@21:1/5 to All on Wed Sep 1 13:45:39 2021
    I run my own Linux mail server with email accounts for different
    purposes and access those accounts using the Linux version of Alpine
    through ssh. At the beginning of every month I am asked if I want to
    move sent and received mail to other folders to save space for each
    account. Is there way of turning that feature off? I have looked in Main/Setup/Config but do not see any way of disabling this. Am I just
    missing it?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From J.O. Aho@21:1/5 to NotReal on Wed Sep 1 16:35:33 2021
    On 01/09/2021 15.45, NotReal wrote:
    I run my own Linux mail server with email accounts for different
    purposes and access those accounts using the Linux version of Alpine
    through ssh. At the beginning of every month I am asked if I want to
    move sent and received mail to other folders to save space for each
    account. Is there way of turning that feature off? I have looked in Main/Setup/Config but do not see any way of disabling this. Am I just missing it?

    https://kb.iu.edu/d/aftk
    and after a long time scrolling you should see it, unless like me got so
    tired of reading that you missed it.

    You can also edit the .pinerc file

    default is:
    pruning-rule=

    no prune at all:
    pruning-rule=no-no


    command line to change default to no-no:
    sed 's/pruning-rule=/pruning-rule=no-no/' -i ~/.pinerc


    --

    //Aho

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From NotReal@21:1/5 to NotReal on Wed Sep 1 15:29:15 2021
    NotReal wrote:

    J.O. Aho wrote:

    pruning-rule=no-no


    I did go to the end and even used ctl-w to search. Unfortunately in
    both cases I was looking for terms such as “move” and “save”. It never occurred to me to look for “prune”.

    In any case, I remmed out “pruned-folders=” and inserted “pruning-rule=no-no” in /etc/pine.conf. Based on starting pine in accounts I had not looked at previously this morning, it appears to be working. Thanks for pointing me in the right direction and taking
    the time to present all the possible ways of solving my problem. It
    is much appreciated.

    I happened to read your post again and realized I probably did not have
    to take out “pruned-folders=”, particularly when I found
    "pruning-rule=" further down. Oh well, at least it works. Thanks
    again.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From NotReal@21:1/5 to J.O. Aho on Wed Sep 1 15:17:13 2021
    J.O. Aho wrote:

    pruning-rule=no-no


    I did go to the end and even used ctl-w to search. Unfortunately in
    both cases I was looking for terms such as “move” and “save”. It never occurred to me to look for “prune”.

    In any case, I remmed out “pruned-folders=” and inserted “pruning-rule=no-no” in /etc/pine.conf. Based on starting pine in
    accounts I had not looked at previously this morning, it appears to be
    working. Thanks for pointing me in the right direction and taking the
    time to present all the possible ways of solving my problem. It is
    much appreciated.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From J.O. Aho@21:1/5 to NotReal on Wed Sep 1 21:55:24 2021
    On 01/09/2021 17.29, NotReal wrote:
    NotReal wrote:

    J.O. Aho wrote:

    pruning-rule=no-no


    I did go to the end and even used ctl-w to search. Unfortunately in
    both cases I was looking for terms such as “move” and “save”. It >> never occurred to me to look for “prune”.

    In any case, I remmed out “pruned-folders=” and inserted
    “pruning-rule=no-no” in /etc/pine.conf. Based on starting pine in
    accounts I had not looked at previously this morning, it appears to be
    working. Thanks for pointing me in the right direction and taking
    the time to present all the possible ways of solving my problem. It
    is much appreciated.

    I happened to read your post again and realized I probably did not have
    to take out “pruned-folders=”, particularly when I found
    "pruning-rule=" further down. Oh well, at least it works. Thanks
    again.

    No, I don't think you needed to do anything with "pruned-folders", as
    it's meant for adding additional folders to be pruned in the same manner
    as sent every month.

    Glad you got it working as you wanted.

    --

    //Aho

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dennis Davis@21:1/5 to J.O. Aho on Fri Sep 3 06:50:50 2021
    In article <ipa45dFm0oqU1@mid.individual.net>,
    J.O. Aho <user@example.net> wrote:

    On 01/09/2021 17.29, NotReal wrote:
    NotReal wrote:

    J.O. Aho wrote:

    pruning-rule=no-no


    I did go to the end and even used ctl-w to search. Unfortunately in
    both cases I was looking for terms such as “move” and “save”. It >>> never occurred to me to look for “prune”.

    In any case, I remmed out “pruned-folders=” and inserted
    “pruning-rule=no-no” in /etc/pine.conf. Based on starting pine in
    accounts I had not looked at previously this morning, it appears to be
    working. Thanks for pointing me in the right direction and taking
    the time to present all the possible ways of solving my problem. It
    is much appreciated.

    I happened to read your post again and realized I probably did not have
    to take out “pruned-folders=”, particularly when I found
    "pruning-rule=" further down. Oh well, at least it works. Thanks
    again.

    No, I don't think you needed to do anything with "pruned-folders", as
    it's meant for adding additional folders to be pruned in the same manner
    as sent every month.

    Glad you got it working as you wanted.

    If you have set this:

    [X] Expose Hidden Config

    then you can find this option:

    Last Time Prune Questioned = 150.1

    The help for this option says:


    OPTION: Last-Time-Prune Question

    This value records the last time you were asked about deleting old
    sent-mail. It is set automatically by Alpine at the beginning of each month.
    In the past, if you wished to suppress the monthly sent-mail pruning
    feature, you could set this to a date in the future. This value is relative
    to the year 1900, so to set this, for example, to October 2005, use 105.10.

    You can still do that if you wish, or you can use the Pruning Rule option, which is probably a little more convenient to use.


    So I'm not due to be asked about pruning until January 2050.

    I'm not sure if this setting applies to folders other than
    the sent-mail folder, ie folders set by the "Pruned Folders"
    configuration setting. I suspect it does, but experimentation may
    be needed.
    --
    Dennis Davis <dennisdavis@fastmail.fm>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)