• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/gnus/

Lines Matching +defs:posting +defs:style

160 (defcustom message-from-style 'default
196 `multiple-headers', `new-text', `newsgroups', `quoting-style',
226 "*Headers to be generated or prompted for when posting an article.
255 "*Regexp of headers to be removed unconditionally before posting."
275 "*Header lines matching this regexp will be deleted before posting.
276 It's best to delete old Path and Date headers before posting to avoid
367 "Note to insert why you wouldn't want this posting archived.
731 If it is the symbol `always', the posting is allowed. If it is the
732 symbol `never', the posting is not allowed. If it is the symbol
796 Note that when posting from inside Gnus, for instance, this
1416 This variable has precedence over posting styles and anything that runs
1504 (defvar message-posting-charset nil)
2059 OLD-GROUPS. OLD-GROUPS lists the old-groups the posting would have
3626 (error "Denied posting -- multiple copies")))
3871 (message-posting-charset
3872 (if (fboundp 'gnus-setup-posting-charset)
3873 (gnus-setup-posting-charset nil)
3874 message-posting-charset))
4191 (message-posting-charset
4192 (gnus-setup-posting-charset newsgroups-field))
4464 (let ((do-posting t))
4471 (setq do-posting nil))))
4472 do-posting))
4533 "Denied posting -- the From looks strange: \"%s\"." from)
4541 "Denied posting -- bad From address: \"%s\"." from)
4603 (message "Denied posting -- Empty article.")
4628 (message "Denied posting -- no new text has been added.")
4640 (message-check 'quoting-style
4655 (message "Denied posting -- only quoted text.")
4951 (let* ((style message-from-style)
4962 ((or (null style)
4965 ((or (eq style 'angles)
4966 (and (not (eq style 'parens))
5633 (string-equal name "posting")))
5645 (concat "*sent posting on " group "*"))
5772 ;; Do this last to give it precedence over posting styles, etc.
5869 (message-pop-to-buffer (message-buffer-name "posting" nil newsgroups))
6357 ;; and gnus-style forwards [foo@bar.com] subject
6758 (message-pop-to-buffer (message-buffer-name "posting" nil newsgroups)))
6772 (message-pop-to-buffer (message-buffer-name "posting" nil newsgroups)))
6841 (defcustom message-tool-bar (if (eq gmm-tool-bar-style 'gnome)
6853 :type '(choice (const :tag "GNOME style" message-tool-bar-gnome)
6882 "List of items for the message tool bar (GNOME style).
6902 "List of items for the message tool bar (retro style).