Set digest via email, plain default
There are two problems with digest option in 1.0b6 (also this was a bug in ver 1.0b4 too).
I can't set digest mode via email. The 'set digest on pw' command returns with 'succeeded', but the next 'options' command shows, that digest is off. So, I can set digest mode only via the web.
When subscribing to digest, I receive the email in MIME. No matter which is the default format (mime/plain). I want the plain mode to be the default.
Any patches?
Bence
On Tue, 17 Nov 1998, Hermann Benedek wrote:
2. When subscribing to digest, I receive the email in MIME. No matter which is the default format (mime/plain). I want the plain mode to be the default.
Here is a patch attached. -- Madarasz Gergely gorgo@caesar.elte.hu gorgo@linux.rulez.org It's practically impossible to look at a penguin and feel angry. Egy pingvinre gyakorlatilag lehetetlen haragosan nezni. HuLUG: http://mlf.linux.rulez.org/ --- MailList.py~ Wed Nov 11 23:26:05 1998 +++ MailList.py Tue Nov 17 20:37:52 1998 @@ -770,6 +770,7 @@ else: self.members.append(name) kind = "" + self.SetUserOption(name,mm_cfg.DisableMime,1-self.mime_is_default_digest) self.LogMsg("subscribe", "%s: new%s %s", self._internal_name, kind, name) self.passwords[name] = password
On Tue, 17 Nov 1998, Gergely Madarasz wrote:
On Tue, 17 Nov 1998, Hermann Benedek wrote:
- When subscribing to digest, I receive the email in MIME. No matter which is the default format (mime/plain). I want the plain mode to be the default.
Here is a patch attached.
I've incorporated something like the patch, except that the setting is made whether or not the new user is starting in digest mode. The idea is that the initial setting is the one that will be offered on the options form, so the initial one should follow from the list default.
Ken Manheimer klm@python.org 703 620-8990 x268 (orporation for National Research |nitiatives
# If you appreciate Python, consider joining the PSA! #
# <http://www.python.org/psa/>. #
On Tue, 17 Nov 1998, Ken Manheimer wrote:
On Tue, 17 Nov 1998, Gergely Madarasz wrote:
On Tue, 17 Nov 1998, Hermann Benedek wrote:
- When subscribing to digest, I receive the email in MIME. No matter which is the default format (mime/plain). I want the plain mode to be the default.
Here is a patch attached.
I've incorporated something like the patch, except that the setting is made whether or not the new user is starting in digest mode. The idea is that the initial setting is the one that will be offered on the options form, so the initial one should follow from the list default.
Hmm... I thought my patch did this :)
-- Madarasz Gergely gorgo@caesar.elte.hu gorgo@linux.rulez.org It's practically impossible to look at a penguin and feel angry. Egy pingvinre gyakorlatilag lehetetlen haragosan nezni. HuLUG: http://mlf.linux.rulez.org/
On Wed, 18 Nov 1998, Gergely Madarasz wrote:
On Tue, 17 Nov 1998, Ken Manheimer wrote:
I've incorporated something like the patch, except that the setting is made whether or not the new user is starting in digest mode. The idea is that the initial setting is the one that will be offered on the options form, so the initial one should follow from the list default.
Hmm... I thought my patch did this :)
My mistake - my mail reader folded the line, and i mistook where the indentation went. In any case, i should have said before - thanks for the fix!
Ken
participants (3)
-
Gergely Madarasz
-
Hermann Benedek
-
Ken Manheimer