Gnus development mailing list
 help / color / mirror / Atom feed
* small nnimap doc patch
@ 2011-02-21 23:04 Simon Josefsson
  2011-02-21 23:14 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Josefsson @ 2011-02-21 23:04 UTC (permalink / raw)
  To: ding

What's the recommended way to send patches now?

/Simon

diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index 83b8c41..138875b 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
@@ -72,14 +72,15 @@ The default is to try `ssl' first, and then `network'.")
 			       "ssh %s imapd"))
 
 (defvoo nnimap-inbox nil
-  "The mail box where incoming mail arrives and should be split out of.")
+  "The mail box where incoming mail arrives and should be split out of.
+For example, \"INBOX\".")
 
 (defvoo nnimap-split-methods nil
   "How mail is split.
-Uses the same syntax as nnmail-split-methods")
+Uses the same syntax as `nnmail-split-methods'.")
 
 (defvoo nnimap-split-fancy nil
-  "Uses the same syntax as nnmail-split-fancy.")
+  "Uses the same syntax as `nnmail-split-fancy'.")
 
 (defvoo nnimap-unsplittable-articles '(%Deleted %Seen)
   "Articles with the flags in the list will not be considered when splitting.")



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-21 23:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-21 23:04 small nnimap doc patch Simon Josefsson
2011-02-21 23:14 ` Lars Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).