Martin Hebnes Pedersen

Results 150 comments of Martin Hebnes Pedersen

> What would this do? Set the P2P flag on the composed message, so it will be ignored in CMS sessions and only send through P2P sessions.

Regarding Radio Only, a quick google search for "Winlink Hybrid RMS" gave me this decent explanation: http://www.philsherrod.com/Winlink/Winlink_Operational_Modes.pdf. I'm not sure what more you need? Do you wan't the man page...

Tooltips are definitely an option :) It would be nice to be able to provide some more context to some of the buttons and menus. I think tooltip support is...

Thanks for reporting 👍 This was introduced in PR #299. IMO i think this should be removed in favor of the existing global `--mycall` option. This would place the message...

The feature is available in the interactive composer, however referred to [as "from"](https://github.com/la5nta/pat/blob/ccb493474debb2a84ee2ab60b292327426c86f8a/cli_composer.go#L30). I think we should implement this for the non-interactive composer as well, as `--from`. The `--callsign` option...

> This works as expected. If you implemented --from the way you envisioned, would it automatically select the correct config.json file? No, not at all. Thats the ambiguity I mentioned...

The `--from` option would allow you to set a custom message sender, but still use your default account to send the message with. Basically it would make Pat identify as...

> Using --mycall would cause pat to prompt for a password, correct? Yes, that is correct. There is currently no way to specify the password using command line arguments. Since...

@bseidenberg Would you like to pursue this? 🙂 In my opinion the `--from` option could be useful in some cases, especially for users that want to send emails from one...

Ah, I see 🙂 I think we should go with `-r, --from` which should only affect the From header in the message. We only need to add the non-interactive eqvivalent...