Old Opear M2 any possible to add date with command ?
-
emc last edited by
Hello,
When composing email in M2 ( Older Opera ) , any command I can assign in order to insert a date format in the mail body like this ?:
' Wrote on : 10th Mar 2016 '
If possible there is a command can do this , I know how to add to right click context menu.
Thank you very much.
edmond. -
stng last edited by
When composing email in M2 ( Older Opera ) , any command I can assign in order to insert a date format in the mail body like this ?:
-
There is not such a command.
-
Try to use NIRCMD (paste date from clipboard):
Execute program, "c:\windows\nircmd.exe", "clipboard set ~$currdate.MM(underscore symbol)dd(underscore symbol)yyyy$" & Delay,100 & Paste
-
-
emc last edited by
Wow, it works & thank you stng.
I know when right click on M2 compose area is contolling from :
[Mail Compose Popup Menu]
Item, MI_IDM_EDIT_CUT=Cut
Item, MI_IDM_EDIT_COPY=Copy
Item, MI_IDM_EDIT_PASTE=Paste
---1
Item, D_HTML_MAIL_USE_HTML=Toggle HTML Email,1 | Toggle HTML Email,0
Item, M_OPEN_FONT_DIALOG=Open Font Dialog
Submenu, M_COMPOSE_WINDOW_PARAGRAPH_SUBMENU, Mail Compose Paragraph Submenu
Submenu, D_HTML_MAIL_INSERT, Mail Compose Insert Submenu
---2 Blah... Blah..... Blah...I want to know from which [ SECTION ] in index.ini controlling when mouse right click onto the
From: To : CC : Subject areas during composing in M2.I tried and found some but not 100% sure they are & do not want to mess with this index.ini unless I am sure.
I want to add right click item when my mouse right click to this from: to: Cc: Bcc : subject: area.
Thank you very much.
Edmond. -
emc last edited by
FOUND.................
This one:
[Edit Go Widget Popup Menu]
Item, MI_IDM_EDIT_UNDO=Undo
Item, M_REDO=Redo
--------------------2
Item, MI_IDM_EDIT_CUT=Cut
Item, MI_IDM_EDIT_COPY=Copy
Item, MI_IDM_EDIT_PASTE=Paste
Item, M_PASTE_AND_GO=Paste and go
Item, MI_IDM_EDIT_DELETE=Delete
--------------------3
Item, M_COPY_TO_NOTE=Copy to note
--------------------4
Item, M_CLEAR_ALL=Clear
Item, MI_IDM_EDIT_SELECTALL=Select allThanks stng
-
emc last edited by
"clipboard set ~$currdate.MM(underscore symbol)dd(underscore symbol)yyyy$"
Hi stng ,
Above works perfectly & thanks again !
I just found I will need to add the " REAL TIME " when inserting this command and add it after the date format above.
i.e. 13:45 or 1:45 p.m.
Is there way can do ?
Thank you very much.
Edmond.