SaveMyModem - configuration files advisory



Version 0.15 has broken backward compatibility for configuration files.

Since version 0.14:

After version 0.15:

How to port old (0.14) config files to new (0.15) ones.
The best way is to rename ~/.smm dir to ~/.smm-old and start smm without a configuration dir. smm will create a default configuration directory. All configuration files are "editable" using smm in interactive mode, so the best is to reconfigure smm from scratch :(
I hope .smm will remain the same for a while.
This is a simple representation of .smm dir as described in ch 12 of doc/plugins.txt.

.smm/
   |- plugins/
   |    |- inspectorrc
   |    |- pop3rc
   |    |- rblcheckrc
   |    \- uidl/
   |        |- ....
   |
   |- logs/
   |    |- smmlog
   |    \- pop3netlog
   |
   |- pluginsrc
   \- smmrc




Version 0.14 has broken backward compatibility for configuration files.


Since version 0.13:

After version 0.14:


How to port old (0.13) config files to new (0.14) ones.
The best way is to rename ~/.smm dir to ~/.smm-old and start smm without a configuration dir. smm will create a default configuration directory. Then you can copy your accounts settings to ~/.smm/smmrc taking them from the old smmrc file. You can now copy you regular expression based rules from the old smmrc to plugins/inspectorrc. You can use smm in interactive mode to edit other options.


back