nmh-workers
[Top] [All Lists]

[Nmh-workers] Why doesn't post consult .mh_profile?

2010-01-31 03:41:36
I find it annoying that I have to replicate command-line options
for 'send', 'push', and 'whom' because post does not consult
the .mh_profile file.

For example, if you use sasl, I have to specify the same set of
sasl arguments multiple times:

  push: -unique -sasl -saslmech LOGIN -user user -server example.com -port 2000
  send: -verbose -sasl -saslmech LOGIN -user user -server example.com -port 2000
  whom: -check -sasl -saslmech LOGIN -user user -server example.com -port 2000

It would be nice to only specify them once, mainly to the program
that actually uses them:

  post: -sasl -saslmech LOGIN -user user -server example.com -port 2000

So the other entries can be kept simple:

  push: -unique
  send: -verbose
  whom: -check

--ewh


_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
http://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>
  • [Nmh-workers] Why doesn't post consult .mh_profile?, Earl Hood <=