Home
last modified time | relevance | path

Searched refs:origmsg (Results 1 – 25 of 49) sorted by relevance

12

/dports/mail/mu4e/mu-1.6.4/mu4e/
H A Dmu4e-draft.el172 (defun mu4e~draft-create-to-lst (origmsg)
180 (or (plist-get origmsg :reply-to) (plist-get origmsg :from))))
222 (plist-get origmsg :to)
223 (plist-get origmsg :cc)
225 (plist-get origmsg :list-post))
258 (mu4e~draft-create-to-lst origmsg))
364 (defun mu4e~draft-reply-all-p (origmsg)
439 (from (plist-get origmsg :from))
461 (defun mu4e~draft-reply-construct (origmsg)
485 (mu4e~draft-cite-original origmsg))))
[all …]
/dports/mail/mu/mu-1.6.4/mu4e/
H A Dmu4e-draft.el172 (defun mu4e~draft-create-to-lst (origmsg)
180 (or (plist-get origmsg :reply-to) (plist-get origmsg :from))))
222 (plist-get origmsg :to)
223 (plist-get origmsg :cc)
225 (plist-get origmsg :list-post))
258 (mu4e~draft-create-to-lst origmsg))
364 (defun mu4e~draft-reply-all-p (origmsg)
439 (from (plist-get origmsg :from))
461 (defun mu4e~draft-reply-construct (origmsg)
485 (mu4e~draft-cite-original origmsg))))
[all …]
/dports/net/openldap26-client/openldap-2.6.0/contrib/slapd-modules/ppm/
H A Dppm.c437 char *origmsg = ppErrmsg->bv_val; in check_password() local
438 char *szErrStr = origmsg; in check_password()
474 mem_len = realloc_error_message(origmsg, &szErrStr, mem_len, in check_password()
576 mem_len = realloc_error_message(origmsg, &szErrStr, mem_len, in check_password()
589 mem_len = realloc_error_message(origmsg, &szErrStr, mem_len, in check_password()
602 mem_len = realloc_error_message(origmsg, &szErrStr, mem_len, in check_password()
620 mem_len = realloc_error_message(origmsg, &szErrStr, mem_len, in check_password()
640 mem_len = realloc_error_message(origmsg, &szErrStr, mem_len, in check_password()
654 mem_len = realloc_error_message(origmsg, &szErrStr, mem_len, in check_password()
669 mem_len = realloc_error_message(origmsg, &szErrStr, mem_len, in check_password()
/dports/net/openldap26-server/openldap-2.6.0/contrib/slapd-modules/ppm/
H A Dppm.c437 char *origmsg = ppErrmsg->bv_val; in check_password() local
438 char *szErrStr = origmsg; in check_password()
474 mem_len = realloc_error_message(origmsg, &szErrStr, mem_len, in check_password()
576 mem_len = realloc_error_message(origmsg, &szErrStr, mem_len, in check_password()
589 mem_len = realloc_error_message(origmsg, &szErrStr, mem_len, in check_password()
602 mem_len = realloc_error_message(origmsg, &szErrStr, mem_len, in check_password()
620 mem_len = realloc_error_message(origmsg, &szErrStr, mem_len, in check_password()
640 mem_len = realloc_error_message(origmsg, &szErrStr, mem_len, in check_password()
654 mem_len = realloc_error_message(origmsg, &szErrStr, mem_len, in check_password()
669 mem_len = realloc_error_message(origmsg, &szErrStr, mem_len, in check_password()
/dports/mail/py-milter/pymilter-pymilter-1.0.4/Milter/
H A Ddsn.py168 def create_msg(v,rcptlist=None,origmsg=None,template=None): argument
193 if origmsg:
194 try: v.subject = origmsg['Subject']
197 v.spf_result = origmsg['Received-SPF']
/dports/net-mgmt/ocsinventory-agent/UnixAgent-2.8.1/lib/Ocsinventory/Agent/XML/
H A DResponse.pm20 $self->{origmsg} = $params->{origmsg};
/dports/mail/mailman-exim4/mailman-2.1.39/Mailman/Logging/
H A DSyslog.py49 origmsg = msg
60 msg = 'Bad format "%s": %s: %s' % (origmsg, repr(e), e)
/dports/mail/mailman-postfix/mailman-2.1.39/Mailman/Logging/
H A DSyslog.py49 origmsg = msg
60 msg = 'Bad format "%s": %s: %s' % (origmsg, repr(e), e)
/dports/mail/mailman/mailman-2.1.39/Mailman/Logging/
H A DSyslog.py49 origmsg = msg
60 msg = 'Bad format "%s": %s: %s' % (origmsg, repr(e), e)
/dports/graphics/pixie/Pixie/src/sdrc/
H A Dpp4.c73 static char *origmsg = 0; local
80 if(msg != origmsg)
86 origmsg = msg;
91 origmsg = NULL; /* Clear the error condition */
/dports/mail/nocc/nocc-1.9.10/
H A Dsend.php241 $origmsg = $pop->fetchmessage($forward_msgnum); variable
246 $mail->add_attachment($origmsg, 'orig_msg.eml', 'message/rfc822', '', '');
248 … $mail->add_attachment($origmsg, 'orig_msg_'.$msg_num.'.eml', 'message/rfc822', '', '');
/dports/mail/mailman3/mailman-3.3.1/src/mailman/app/
H A Dmoderator.py244 def send_rejection(mlist, request, recip, comment, origmsg=None, lang=None): argument
265 if origmsg:
269 str(origmsg)
/dports/net-im/matterbridge/matterbridge-1.22.3/gateway/
H A Dgateway.go603 func (gw *Gateway) modifyOutMessageTengo(origmsg *config.Message, msg *config.Message, br *bridge.B…
626 _ = s.Add("inAccount", origmsg.Account)
627 _ = s.Add("inProtocol", origmsg.Protocol)
628 _ = s.Add("inChannel", origmsg.Channel)
629 _ = s.Add("inGateway", origmsg.Gateway)
630 _ = s.Add("inEvent", origmsg.Event)
/dports/net/termshark/termshark-2.1.1/vendor/github.com/mreiferson/go-snappystream/
H A Dreader_test.go605 origmsg := "hello"
606 stream := NewReader(encodedString(origmsg), true)
624 if n != int64(len(origmsg)) {
627 if buf.String() != origmsg {
/dports/net-p2p/ctorrent/ctorrent-dnh3.3.2/
H A Dctcs.cpp433 int Ctcs::Set_Config(const char *origmsg) in Set_Config() argument
435 char *msgbuf = new char[strlen(origmsg)+1]; in Set_Config()
441 strcpy(msgbuf, origmsg); in Set_Config()
446 strlen(name) >= strlen(origmsg) - (name - msgbuf) ) in Set_Config()
591 CONSOLE.Warning(2, "Malformed or invalid input from CTCS: %s", origmsg); in Set_Config()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tony/mpal/
H A Dmpal.cpp277 const char *origmsg; in DuplicateMessage() local
283 origmsg = (const char *)globalLock(GLOBALS._lpmmMsgs[nMsgOrd]._hText); in DuplicateMessage()
286 while (origmsg[j] != '\0' || origmsg[j + 1] != '\0') in DuplicateMessage()
294 memcpy(clonemsg, origmsg, j); in DuplicateMessage()
308 const char *origmsg; in duplicateDialogPeriod() local
315 origmsg = (const char *)globalLock(dialog->_periods[j]); in duplicateDialogPeriod()
319 while (origmsg[i] != '\0') in duplicateDialogPeriod()
326 memcpy(clonemsg, origmsg, i); in duplicateDialogPeriod()
/dports/games/scummvm/scummvm-2.5.1/engines/tony/mpal/
H A Dmpal.cpp277 const char *origmsg; in DuplicateMessage() local
283 origmsg = (const char *)globalLock(GLOBALS._lpmmMsgs[nMsgOrd]._hText); in DuplicateMessage()
286 while (origmsg[j] != '\0' || origmsg[j + 1] != '\0') in DuplicateMessage()
294 memcpy(clonemsg, origmsg, j); in DuplicateMessage()
308 const char *origmsg; in duplicateDialogPeriod() local
315 origmsg = (const char *)globalLock(dialog->_periods[j]); in duplicateDialogPeriod()
319 while (origmsg[i] != '\0') in duplicateDialogPeriod()
326 memcpy(clonemsg, origmsg, i); in duplicateDialogPeriod()
/dports/mail/mailman-exim4/mailman-2.1.39/Mailman/
H A DListAdmin.py502 def __refuse(self, request, recip, comment, origmsg=None, lang=None): argument
520 if origmsg:
524 str(origmsg)
/dports/mail/mailman/mailman-2.1.39/Mailman/
H A DListAdmin.py502 def __refuse(self, request, recip, comment, origmsg=None, lang=None): argument
520 if origmsg:
524 str(origmsg)
/dports/mail/mailman-postfix/mailman-2.1.39/Mailman/
H A DListAdmin.py502 def __refuse(self, request, recip, comment, origmsg=None, lang=None): argument
520 if origmsg:
524 str(origmsg)
/dports/mail/mmh/mmh-0.4/uip/
H A Dspost.c663 process_bccs(char *origmsg) in process_bccs() argument
676 fprintf(out, "%s: %s\n", attach_hdr, origmsg); in process_bccs()
/dports/irc/evangeline/evangeline/modules/irc.mod/
H A Dchan.c1019 static int got367(char *from, char *origmsg) in got367() argument
1024 strncpy(buf, origmsg, 510); in got367()
1058 static int got348(char *from, char *origmsg) in got348() argument
1066 strncpy(buf, origmsg, 510); in got348()
1102 static int got346(char *from, char *origmsg) in got346() argument
1107 strncpy(buf, origmsg, 510); in got346()
1729 static int gotkick(char *from, char *origmsg) in gotkick() argument
1738 strncpy(buf2, origmsg, 510); in gotkick()
/dports/www/kannel/gateway-1.4.4/gw/smsc/
H A Dsmsc_cgw.c1073 Msg *dlrmsg = NULL, *origmsg = NULL; in cgw_handle_op() local
1121 origmsg = privdata->sendmsg[trn]; in cgw_handle_op()
1123 if (origmsg == NULL) break; in cgw_handle_op()
/dports/irc/eggdrop/eggdrop-1.9.1/src/mod/irc.mod/
H A Dchan.c1258 static int got367(char *from, char *origmsg) argument
1263 strlcpy(buf, origmsg, 510);
1304 static int got348(char *from, char *origmsg) argument
1312 strncpy(buf, origmsg, 510);
1351 static int got346(char *from, char *origmsg) argument
1356 strncpy(buf, origmsg, 510);
2139 static int gotkick(char *from, char *origmsg) argument
2148 strlcpy(buf2, origmsg, sizeof buf2);
/dports/www/moodle310/moodle/mod/chat/
H A Dchatd.php441 $origmsg = $msg->message;
449 $msg->message = $origmsg;

12